Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--find-links https://pytorch-geometric.com/whl/torch-1.13.1+cu117.html
# Note: openfold build may fail if torch not installed first, so it should be installed separately.
# Here for reference.
torch==1.13.1+cu117
torch==2.8.0
dllogger@git+https://github.com/NVIDIA/dllogger.git
e3nn==0.5.0
fair-esm[esmfold]==2.0.0
Expand All @@ -15,7 +15,7 @@ pybind11==2.11.1
rdkit==2022.03.3
scikit-learn==1.1.0
scipy==1.12.0
torch==1.13.1+cu117
torch==2.8.0
torch-cluster==1.6.0+pt113cu117
torch-geometric==2.2.0
torch-scatter==2.1.0+pt113cu117
Expand Down