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 python/requirements/ml/dl-cpu-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ etils==1.5.2; python_version < '3.12'
torch==2.3.0
torchmetrics==0.10.3
torchtext==0.18.0
torchvision==0.18.0
torchvision==0.24.0+e437e35

torch-scatter==2.1.2
torch-sparse==0.6.18
Expand Down
2 changes: 1 addition & 1 deletion python/requirements/ml/dl-gpu-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tensorflow-datasets; python_version < '3.12'
--find-links https://data.pyg.org/whl/torch-2.3.0+cu121.html # for GPU versions of torch-scatter, torch-sparse, torch-cluster, torch-spline-conv
# specifying explicit plus-notation below so pip overwrites the existing cpu verisons
torch==2.3.0+cu121
torchvision==0.18.0+cu121
torchvision==0.24.0+e437e35
torch-scatter==2.1.2+pt23cu121
torch-sparse==0.6.18+pt23cu121
torch-cluster==1.6.3+pt23cu121
Expand Down