Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion requirements-gpu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PyYAML>=6.0,<7

# Deep learning (CUDA 12.1)
torch>=2.0,<2.5
pytorch-lightning>=2.0,<2.5
pytorch-lightning>=2.6.1,<2.7

# ESM2 embeddings
transformers>=4.30,<4.51
Expand Down
2 changes: 1 addition & 1 deletion requirements-graphinity.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ joblib>=1.0,<2
biopython>=1.78,<1.80
biopandas>=0.4,<0.5
wandb>=0.10,<0.13
pytorch-lightning==1.2.10
pytorch-lightning==2.6.1

# PyTorch Geometric stack used by the original Graphinity CUDA 10.2 setup.
torch-scatter==2.0.8
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PyYAML>=6.0,<7
# The MochiBind model code uses standard PyTorch modules only; this range avoids
# very old APIs while remaining compatible with common CUDA 11/12 wheels.
torch>=2.0,<2.5
pytorch-lightning>=2.0,<2.5
pytorch-lightning>=2.6.1,<2.7

# ESM2 embeddings
transformers>=4.30,<4.51
Expand Down