diff --git a/environment.yml b/environment.yml index db94c85..609a850 100644 --- a/environment.yml +++ b/environment.yml @@ -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 diff --git a/requirements.txt b/requirements.txt index a38966f..a5d0a2a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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