Skip to content

Commit b76eea2

Browse files
committed
deps
1 parent 5b8fb73 commit b76eea2

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,14 @@ classifiers = [
2020
dependencies = [
2121
"colorama>=0.4.6",
2222
"numpy>=1.25; python_version<'3.13'",
23-
"numpy>=2.1.3; python_version>='3.13'",
23+
"numpy>=2.1.3; python_version>='3.13' and python_version<'3.14'",
24+
"numpy>=2.3.0; python_version>='3.14'",
2425
"packaging>=20.0",
25-
"scikit-learn>=1.0.0",
26+
"scikit-learn>=1.0.0; python_version<'3.14'",
27+
"scikit-learn>=1.7.2; python_version>='3.14'",
2628
"scipy>=1.0.0; python_version<'3.13'",
27-
"scipy>=1.14.1; python_version>='3.13'",
29+
"scipy>=1.14.1; python_version>='3.13' and python_version<'3.14'",
30+
"scipy>=1.17.0; python_version>='3.14'",
2831
]
2932

3033
[project.optional-dependencies]

0 commit comments

Comments
 (0)