Skip to content

Commit 474e5b5

Browse files
committed
build: restrict scipy to below v1.14 until UQpy import issue is fixed
1 parent e0715d6 commit 474e5b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies = [
4545
"harmonica>=0.6.0",
4646
"polartoolkit",
4747
"numba",
48-
"scipy",
48+
"scipy<1.14", # issue with UQpy import
4949
"numba_progress",
5050
"tqdm",
5151
"pygmt",

0 commit comments

Comments
 (0)