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 pip/cpu_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# =============================

# PyTorch CPU; Python 3.10 compatible; aligned with DGL torch-2.1 wheels
torch==2.1.2+cpu
torch==2.7.1+cpu
torchdata==0.7.1

# Lightning; pin to a recent stable series to avoid breaking changes
Expand Down
2 changes: 1 addition & 1 deletion pip/cuda_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tensorflow[and-cuda]~=2.14.0

tensorrt

torch==2.0.1
torch==2.7.1+cpu
torch_geometric
lightning

Expand Down
2 changes: 1 addition & 1 deletion pip/docker_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

tensorflow-cpu~=2.14.0

torch==2.0.1
torch==2.7.1+cpu
torch_geometric
lightning

Expand Down
2 changes: 1 addition & 1 deletion pip/mchip_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# use tensorflow not tensorflow-cpu for arm. see https://www.tensorflow.org/install/pip#linux
tensorflow~=2.14.0

torch==2.0.1
torch==2.7.1+cpu
torch_geometric
lightning

Expand Down
Loading