Skip to content

Commit 6d76c03

Browse files
committed
Attempting to fix versioning issue
Signed-off-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
1 parent cafc1fe commit 6d76c03

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
-f https://download.pytorch.org/whl/cpu/torch-2.4.1%2Bcpu-cp39-cp39-linux_x86_64.whl
2-
torch>=2.4.1
1+
-f https://download.pytorch.org/whl/cpu/torch-2.5.1%2Bcpu-cp39-cp39-linux_x86_64.whl
2+
torch>=2.5.1
33
pytorch-ignite==0.4.11
44
numpy>=1.20
55
itk>=5.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
requires = [
33
"wheel",
44
"setuptools",
5-
"torch>=2.4.1",
5+
"torch>=2.5.1",
66
"ninja",
77
"packaging"
88
]

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
torch>=2.4.1; platform_system != "Windows"
2-
torch>=2.4.1, !=2.7.0; platform_system == "Windows"
1+
torch>=2.5.1; platform_system != "Windows"
2+
torch>=2.5.1, !=2.7.0; platform_system == "Windows"
33
numpy>=1.24,<3.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ setup_requires =
4242
ninja
4343
packaging
4444
install_requires =
45-
torch>=2.4.1
45+
torch>=2.5.1
4646
numpy>=1.24,<3.0
4747

4848
[options.extras_require]

0 commit comments

Comments
 (0)