Bump tensorflow up to 2.4.2
parent
a104223459
commit
fd4c180f93
|
@ -42,7 +42,7 @@ dependencies:
|
|||
- tensorflow-hub==0.9.0 # trained ML models repository, ready to use
|
||||
- tensorflow-probability==0.12.1 # Optional. Probability/Stats lib.
|
||||
- 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
|
||||
- tfx==0.27.0 # platform to deploy production ML pipelines
|
||||
- urlextract==1.2.0 # optionally used in chapter 3, exercise 4
|
||||
|
|
|
@ -27,7 +27,7 @@ transformers==4.3.2
|
|||
# you must install CUDA, cuDNN and more: see tensorflow.org for the detailed
|
||||
# installation instructions.
|
||||
|
||||
tensorflow==2.4.1
|
||||
tensorflow==2.4.2
|
||||
# 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
|
||||
|
||||
|
|
Loading…
Reference in New Issue