Skip to content

Commit

Permalink
Adjusting Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ericspod committed Aug 16, 2024
1 parent c40f66e commit 5c0b5f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ channels:
- nvidia
- conda-forge
dependencies:
- numpy>=1.20
- numpy>=1.25,<2.0
- pytorch>=1.9
- torchvision
- pytorch-cuda=11.6
- pytorch-cuda>=11.6
- pip
- pip:
- -r requirements-dev.txt
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.25
numpy>=1.25,<2.0
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ setup_requires =
ninja
install_requires =
torch>=1.9
numpy>=1.20
numpy>=1.25,<2.0

[options.extras_require]
all =
Expand Down

0 comments on commit 5c0b5f6

Please sign in to comment.