From b286375b972c169734da0934f2326b45962b4a87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Geron?= Date: Tue, 5 Nov 2019 21:14:56 +0800 Subject: [PATCH] Upgrade TFDS, TFX and TF Serving API --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6218c93..aaf078e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -49,12 +49,12 @@ tensorflow==2.0.0 tensorboard==2.0.0 -tensorflow-datasets==1.2.0 +tensorflow-datasets==1.3.0 tensorflow-hub==0.6.0 # Optional: only used in chapter 13. -tfx==0.14.0 +tfx==0.15.0rc0 # Optional: only used in chapter 16. #tensorflow-addons==0.6.0 @@ -63,7 +63,7 @@ tfx==0.14.0 tf-agents-nightly # Optional: the TF Serving API library is just needed for chapter 19. -tensorflow-serving-api==1.14.0 +tensorflow-serving-api==2.0.0 ##### Image manipulation