Skip to content

Commit

Permalink
remove <2.0
Browse files Browse the repository at this point in the history
Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
  • Loading branch information
KumoLiu committed Jan 3, 2025
1 parent 996e876 commit 687f7fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
- nvidia
- conda-forge
dependencies:
- numpy>=1.24,<2.0
- numpy>=1.24
- pytorch>=1.9
- torchio
- torchvision
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
torch>=1.9
numpy>=1.24,<2.0
numpy>=1.24
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ setup_requires =
packaging
install_requires =
torch>=1.9
numpy>=1.24,<2.0
numpy>=1.24

[options.extras_require]
all =
Expand Down

0 comments on commit 687f7fb

Please sign in to comment.