Add tf datasets, tf hub, tf probability and tf transform to requirements
parent
990fb1a453
commit
2f78d1f1e5
|
@ -26,9 +26,6 @@
|
||||||
|
|
||||||
##### Core scientific packages
|
##### Core scientific packages
|
||||||
jupyter==1.0.0
|
jupyter==1.0.0
|
||||||
jupyter-client==5.2.4
|
|
||||||
jupyter-console==6.0.0
|
|
||||||
jupyter-core==4.4.0
|
|
||||||
matplotlib==3.0.3
|
matplotlib==3.0.3
|
||||||
numpy==1.16.2
|
numpy==1.16.2
|
||||||
pandas==0.24.1
|
pandas==0.24.1
|
||||||
|
@ -48,19 +45,32 @@ xgboost==0.82
|
||||||
# you need a GPU card with CUDA Compute Capability 3.5 or higher support, and
|
# you need a GPU card with CUDA Compute Capability 3.5 or higher support, and
|
||||||
# you must install CUDA, cuDNN and more: see tensorflow.org for the detailed
|
# you must install CUDA, cuDNN and more: see tensorflow.org for the detailed
|
||||||
# installation instructions.
|
# installation instructions.
|
||||||
|
|
||||||
|
#tensorflow
|
||||||
tf-nightly-2.0-preview
|
tf-nightly-2.0-preview
|
||||||
|
##tensorflow-gpu
|
||||||
#tf-nightly-gpu-2.0-preview
|
#tf-nightly-gpu-2.0-preview
|
||||||
|
|
||||||
|
#tensorboard
|
||||||
tb-nightly
|
tb-nightly
|
||||||
#tensorflow-hub
|
|
||||||
|
#tensorflow-datasets
|
||||||
|
tfds-nightly
|
||||||
|
|
||||||
|
tensorflow-hub
|
||||||
|
|
||||||
#tensorflow-probability
|
#tensorflow-probability
|
||||||
|
tfp-nightly
|
||||||
|
|
||||||
|
tensorflow-transform
|
||||||
|
|
||||||
|
|
||||||
# Optional: OpenAI gym is only needed for the Reinforcement Learning chapter.
|
# Optional: OpenAI gym is only needed for the Reinforcement Learning chapter.
|
||||||
# There are a few dependencies you need to install first, check out:
|
# There are a few dependencies you need to install first, check out:
|
||||||
# https://github.com/openai/gym#installing-everything
|
# https://github.com/openai/gym#installing-everything
|
||||||
#gym[all]
|
#gym[all]==0.10.9
|
||||||
# If you only want to install the Atari dependency, uncomment this line instead:
|
# If you only want to install the Atari dependency, uncomment this line instead:
|
||||||
#gym[atari]
|
#gym[atari]==0.10.9
|
||||||
|
|
||||||
|
|
||||||
##### Image manipulation
|
##### Image manipulation
|
||||||
|
@ -72,7 +82,7 @@ scikit-image==0.14.2
|
||||||
##### Extra packages (optional)
|
##### Extra packages (optional)
|
||||||
|
|
||||||
# Nice utility to diff Jupyter Notebooks.
|
# Nice utility to diff Jupyter Notebooks.
|
||||||
#nbdime
|
#nbdime==1.0.5
|
||||||
|
|
||||||
# May be useful with Pandas for complex "where" clauses (e.g., Pandas
|
# May be useful with Pandas for complex "where" clauses (e.g., Pandas
|
||||||
# tutorial).
|
# tutorial).
|
||||||
|
|
Loading…
Reference in New Issue