Skip to content

Commit a9ddaaf

Browse files
committed
restrict scipy version
- avoid error with PchipInterpolator only working for real numbers
1 parent 5158ea1 commit a9ddaaf

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
@@ -15,7 +15,7 @@
1515

1616
requirements = [
1717
"numpy>=1.24,<2",
18-
"scipy",
18+
"scipy<=1.12.0",
1919
"matplotlib",
2020
"pyproj",
2121
"configparser",

0 commit comments

Comments
 (0)