Skip to content

Commit 7c1a29a

Browse files
committed
try >=1.24, <2 numpy
1 parent 033cf2e commit 7c1a29a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
requirements = [
17-
"numpy==1.26",
17+
"numpy>=1.24,<2",
1818
"scipy",
1919
"matplotlib",
2020
"pyproj",

0 commit comments

Comments
 (0)