We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61e728c commit 1775f1aCopy full SHA for 1775f1a
pyproject.toml
@@ -18,7 +18,8 @@ classifiers = [
18
]
19
dependencies = [
20
"scikit-learn>=1.0.0,<2.0.0",
21
- "numpy>=1.25",
+ "numpy>=1.25; python_version<'3.13'",
22
+ "numpy>=2.1.3; python_version>='3.13'",
23
"scipy>=1.0.0,<2.0.0; python_version<'3.13'",
24
"scipy>=1.14.1,<2.0.0; python_version>='3.13'",
25
"colorama>=0.4.6,<1.0.0",
0 commit comments