Skip to content

Commit 8038685

Browse files
authored
Merge pull request #62 from MTgeophysics/pin_numpy
Pin numpy versions <2.0
2 parents 797a922 + 7c1a29a commit 8038685

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",
17+
"numpy>=1.24,<2",
1818
"scipy",
1919
"matplotlib",
2020
"pyproj",

0 commit comments

Comments
 (0)