From fd4c180f93d7288f5ff6e9c547cca35896e9d8ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Geron?= Date: Thu, 24 Jun 2021 10:25:57 +1200 Subject: [PATCH] Bump tensorflow up to 2.4.2 --- environment.yml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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