Bump tensorflow up to 2.4.2

main
Aurélien Geron 2021-06-24 10:25:57 +12:00
parent a104223459
commit fd4c180f93
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ dependencies:
- tensorflow-hub==0.9.0 # trained ML models repository, ready to use - tensorflow-hub==0.9.0 # trained ML models repository, ready to use
- tensorflow-probability==0.12.1 # Optional. Probability/Stats lib. - tensorflow-probability==0.12.1 # Optional. Probability/Stats lib.
- tensorflow-serving-api==2.4.1 # or tensorflow-serving-api-gpu if gpu - tensorflow-serving-api==2.4.1 # or tensorflow-serving-api-gpu if gpu
- tensorflow==2.4.1 # Deep Learning library - tensorflow==2.4.2 # Deep Learning library
- tf-agents==0.7.1 # Reinforcement Learning lib based on TensorFlow - tf-agents==0.7.1 # Reinforcement Learning lib based on TensorFlow
- tfx==0.27.0 # platform to deploy production ML pipelines - tfx==0.27.0 # platform to deploy production ML pipelines
- urlextract==1.2.0 # optionally used in chapter 3, exercise 4 - urlextract==1.2.0 # optionally used in chapter 3, exercise 4

View File

@ -27,7 +27,7 @@ transformers==4.3.2
# you must install CUDA, cuDNN and more: see tensorflow.org for the detailed # you must install CUDA, cuDNN and more: see tensorflow.org for the detailed
# installation instructions. # installation instructions.
tensorflow==2.4.1 tensorflow==2.4.2
# Optional: the TF Serving API library is just needed for chapter 19. # Optional: the TF Serving API library is just needed for chapter 19.
tensorflow-serving-api==2.4.1 # or tensorflow-serving-api-gpu if gpu tensorflow-serving-api==2.4.1 # or tensorflow-serving-api-gpu if gpu