ray/python/requirements_ml_docker.txt

18 lines
547 B
Text
Raw Normal View History

ipython
# Needed for Ray Client error message serialization/deserialization.
tblib
# If you make changes to anything below this line, please also change `requirements_dl.txt`!
# TODO(amogkam): Remove after https://github.com/tensorflow/tensorflow/issues/52922 is fixed.
keras==2.6.0
# In TF >v2, GPU support is included in the base package.
tensorflow==2.6.0
tensorflow-probability==0.14.0
2021-01-27 13:45:30 -08:00
-f https://download.pytorch.org/whl/torch_stable.html
torch==1.9.0+cu111
2021-01-27 13:45:30 -08:00
-f https://download.pytorch.org/whl/torch_stable.html
torchvision==0.10.0+cu111