ray/python/requirements_ml_docker.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
564 B
Text
Raw Normal View History

ipython
# Needed for Ray Client error message serialization/deserialization.
tblib
# If you make changes to the torch versions, please also make the corresponding changes to `requirements_dl.txt`!
2021-01-27 13:45:30 -08:00
-f https://download.pytorch.org/whl/torch_stable.html
torch==1.9.0+cu111
torchvision==0.10.0+cu111
-f https://data.pyg.org/whl/torch-1.9.0+cu111.html
torch-scatter==2.0.9
torch-sparse==0.6.12
# torch-geometric has to be installed after torch-scatter and torch-sparse.
torch-geometric==2.0.3; python_version < '3.7'
torch-geometric==2.0.4; python_version >= '3.7'