Skip to content

Commit a8e4ee9

Browse files
committed
Try forking
1 parent f61bc1b commit a8e4ee9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
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)