We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c40f66e commit 5c0b5f6Copy full SHA for 5c0b5f6
environment-dev.yml
@@ -5,10 +5,10 @@ channels:
5
- nvidia
6
- conda-forge
7
dependencies:
8
- - numpy>=1.20
+ - numpy>=1.25,<2.0
9
- pytorch>=1.9
10
- torchvision
11
- - pytorch-cuda=11.6
+ - pytorch-cuda>=11.6
12
- pip
13
- pip:
14
- -r requirements-dev.txt
requirements.txt
@@ -1,2 +1,2 @@
1
torch>=1.9
2
-numpy>=1.25
+numpy>=1.25,<2.0
setup.cfg
@@ -42,7 +42,7 @@ setup_requires =
42
ninja
43
install_requires =
44
45
- numpy>=1.20
+ numpy>=1.25,<2.0
46
47
[options.extras_require]
48
all =
0 commit comments