Skip to content

Commit 804c681

Browse files
committed
add numpy, plotly, scipy min versions
1 parent 10ff4dc commit 804c681

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,17 @@ dependencies = [
2424
"numpy>=1.21.0;python_version<'3.10'",
2525
"numpy>=1.23.3;python_version>='3.10' and python_version<'3.12'",
2626
"numpy>=1.26.0;python_version>='3.12' and python_version<'3.13'",
27-
"numpy>=1.26.2;python_version>='3.13'",
27+
"numpy>=2.1.0;python_version>='3.13'",
2828
"pandas>=1.4.0;python_version<'3.11'",
2929
"pandas>=1.5.0;python_version>='3.11' and python_version<'3.12'",
3030
"pandas>=2.1.1;python_version>='3.12' and python_version<'3.13'",
3131
"pandas>=2.2.3;python_version>='3.13'",
32-
'plotly>=5.10.0',
32+
"plotly>=5.10.0;python_version<'3.13'",
33+
"plotly>=5.12.0;python_version>='3.13'",
3334
"scipy>=1.7.3;python_version<'3.10'",
3435
"scipy>=1.9.2;python_version>='3.10' and python_version<'3.12'",
35-
"scipy>=1.12.0;python_version>='3.12'",
36+
"scipy>=1.12.0;python_version>='3.12' and python_version<'3.13'",
37+
"scipy>=1.14.1;python_version>='3.13'",
3638
]
3739

3840
[project.urls]

0 commit comments

Comments
 (0)