Skip to content

Commit 7fb608e

Browse files
committed
Try forking
1 parent 1f3bacd commit 7fb608e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ readme = "README.md"
1111
requires-python = ">= 3.9"
1212
dependencies = [
1313
"numpy >= 1.26.4",
14-
"scipy >= 1.13.0",
14+
"scipy >= 1.13.0; python_version >= '3.9'",
15+
"scipy >= 1.14.0; python_version >= '3.10'",
1516
"pandas >= 2.2.0",
1617
"soundfile >= 0.10.0",
1718
"matplotlib >= 3.2.2",

0 commit comments

Comments
 (0)