File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
33pytorch-ignite == 0.4.11
44numpy >= 1.20
55itk >= 5.2
Original file line number Diff line number Diff line change 22requires = [
33 " wheel" ,
44 " setuptools" ,
5- " torch>=2.4 .1" ,
5+ " torch>=2.5 .1" ,
66 " ninja" ,
77 " packaging"
88]
Original file line number Diff line number Diff line change 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"
33numpy >= 1.24 ,< 3.0
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ setup_requires =
4242 ninja
4343 packaging
4444install_requires =
45- torch>=2.4 .1
45+ torch>=2.5 .1
4646 numpy>=1.24,<3.0
4747
4848[options.extras_require]
You can’t perform that action at this time.
0 commit comments