Skip to content

Commit 3eabf20

Browse files
committed
Changing Numpy version limit to include 2.x but not a theoretical 3.x
Signed-off-by: Eric Kerfoot <[email protected]>
1 parent dfae9a0 commit 3eabf20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
- nvidia
66
- conda-forge
77
dependencies:
8-
- numpy>=1.24,<2.0
8+
- numpy>=1.24,<3.0
99
- pytorch>=1.9
1010
- torchio
1111
- torchvision

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ setup_requires =
4343
packaging
4444
install_requires =
4545
torch>=1.9
46-
numpy>=1.24,<2.0
46+
numpy>=1.24,<3.0
4747

4848
[options.extras_require]
4949
all =

0 commit comments

Comments
 (0)