Skip to content

Commit 2c574e1

Browse files
committed
fix scipy version: >=1.10 for py3.9 compat
1 parent bd4ea7f commit 2c574e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies = [
3636
"numpy>=2.0",
3737
"progressbar2>=4.5",
3838
"pyclipper>=1.3",
39-
"scipy>=1.16",
39+
"scipy>=1.10",
4040
"tomli>=2.0; python_version < '3.11'",
4141
]
4242

0 commit comments

Comments
 (0)