Update all notebooks assuming we are all in the future now: sklearn 0.20+, python 3.5+, TF 2.0 preview

This commit is contained in:
Aurélien Geron
2019-01-18 23:08:37 +08:00
parent 10c432a997
commit 6b8dff91d0
12 changed files with 1186 additions and 2625 deletions

View File

@@ -45,10 +45,12 @@ xgboost==0.81
# you need a GPU card with CUDA Compute Capability 3.0 or higher support, and
# you must install CUDA, cuDNN and more: see tensorflow.org for the detailed
# installation instructions.
tensorflow==1.12.0
tf-nightly-2.0-preview
tf-nightly-gpu-2.0-preview
#tensorflow==1.12.0
#tensorflow-gpu==1.12.0
tensorflow-hub==0.2.0
tensorflow-probability==0.5.0
#tensorflow-hub==0.2.0
#tensorflow-probability==0.5.0
# Optional: OpenAI gym is only needed for the Reinforcement Learning chapter.