Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changing Numpy version limit to include 2.x but not a theoretical 3.x
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Kerfoot <eric.kerfoot@kcl.ac.uk>
ericspod committed Jan 20, 2025
1 parent dfae9a0 commit 3eabf20
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ channels:
- nvidia
- conda-forge
dependencies:
- numpy>=1.24,<2.0
- numpy>=1.24,<3.0
- pytorch>=1.9
- torchio
- torchvision
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@ setup_requires =
packaging
install_requires =
torch>=1.9
numpy>=1.24,<2.0
numpy>=1.24,<3.0

[options.extras_require]
all =

0 comments on commit 3eabf20

Please sign in to comment.