Skip to content

Commit 9da0fd4

Browse files
committed
build: remove forcing numpy<2
1 parent a9c7f0f commit 9da0fd4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

environment-dev-arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ channels:
77
dependencies:
88
- python>=3.6.4
99
- pip
10-
- numpy>=1.21.0,<2.0.0
10+
- numpy>=1.21.0
1111
- scipy>=1.11.0
1212
- pytorch>=1.2.0
1313
- cpuonly

environment-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ channels:
77
dependencies:
88
- python>=3.6.4
99
- pip
10-
- numpy>=1.21.0,<2.0.0
10+
- numpy>=1.21.0
1111
- scipy>=1.11.0
1212
- pytorch>=1.2.0
1313
- cpuonly

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ channels:
33
- defaults
44
dependencies:
55
- python>=3.6.4
6-
- numpy>=1.21.0,<2.0.0
6+
- numpy>=1.21.0
77
- scipy>=1.14.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030
"Topic :: Scientific/Engineering :: Mathematics",
3131
]
3232
dependencies = [
33-
"numpy >= 1.21.0 , < 2.0.0",
33+
"numpy >= 1.21.0",
3434
"scipy >= 1.11.0",
3535
]
3636
dynamic = ["version"]

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy>=1.21.0,<2.0.0
1+
numpy>=1.21.0
22
scipy>=1.11.0
33
--extra-index-url https://download.pytorch.org/whl/cpu
44
torch>=1.2.0

0 commit comments

Comments
 (0)