Skip to content

Commit 1c3b342

Browse files
Bump torch from 2.0.1 to 2.7.1+cpu in /pip
Bumps torch from 2.0.1 to 2.7.1+cpu. --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.1+cpu dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7d6254e commit 1c3b342

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

pip/cpu_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# =============================
2121

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

2626
# Lightning; pin to a recent stable series to avoid breaking changes

pip/cuda_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tensorflow[and-cuda]~=2.14.0
99

1010
tensorrt
1111

12-
torch==2.0.1
12+
torch==2.7.1+cpu
1313
torch_geometric
1414
lightning
1515

pip/docker_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
tensorflow-cpu~=2.14.0
99

10-
torch==2.0.1
10+
torch==2.7.1+cpu
1111
torch_geometric
1212
lightning
1313

pip/mchip_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# use tensorflow not tensorflow-cpu for arm. see https://www.tensorflow.org/install/pip#linux
99
tensorflow~=2.14.0
1010

11-
torch==2.0.1
11+
torch==2.7.1+cpu
1212
torch_geometric
1313
lightning
1414

0 commit comments

Comments
 (0)