Skip to content

Commit 5c0b5f6

Browse files
committed
Adjusting Requirements
1 parent c40f66e commit 5c0b5f6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

environment-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ channels:
55
- nvidia
66
- conda-forge
77
dependencies:
8-
- numpy>=1.20
8+
- numpy>=1.25,<2.0
99
- pytorch>=1.9
1010
- torchvision
11-
- pytorch-cuda=11.6
11+
- pytorch-cuda>=11.6
1212
- pip
1313
- pip:
1414
- -r requirements-dev.txt

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
torch>=1.9
2-
numpy>=1.25
2+
numpy>=1.25,<2.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ setup_requires =
4242
ninja
4343
install_requires =
4444
torch>=1.9
45-
numpy>=1.20
45+
numpy>=1.25,<2.0
4646

4747
[options.extras_require]
4848
all =

0 commit comments

Comments
 (0)