From 33d1894dc14489f8f52659be67b9cc8643828def Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Geron?= Date: Sat, 20 Apr 2019 13:05:52 +0800 Subject: [PATCH] Update requirements to use TensorFlow 2.0 alpha0 --- requirements.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index c83e818..4953bf4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -46,10 +46,8 @@ xgboost==0.82 # you must install CUDA, cuDNN and more: see tensorflow.org for the detailed # installation instructions. -#tensorflow -tf-nightly-2.0-preview -##tensorflow-gpu -#tf-nightly-gpu-2.0-preview +tensorflow==2.0.0a0 +#tensorflow-gpu==2.0.0a0 #tensorboard tb-nightly @@ -64,6 +62,9 @@ tfp-nightly tensorflow-transform +# At the present (April 2019) the TF Addons library is only available on Linux +# So uncomment this line if you are using Linux. +#tensorflow-addons # Optional: OpenAI gym is only needed for the Reinforcement Learning chapter. # There are a few dependencies you need to install first, check out: