Skip to content

Commit 1775f1a

Browse files
committed
chore: split numpy deps
1 parent 61e728c commit 1775f1a

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
@@ -18,7 +18,8 @@ classifiers = [
1818
]
1919
dependencies = [
2020
"scikit-learn>=1.0.0,<2.0.0",
21-
"numpy>=1.25",
21+
"numpy>=1.25; python_version<'3.13'",
22+
"numpy>=2.1.3; python_version>='3.13'",
2223
"scipy>=1.0.0,<2.0.0; python_version<'3.13'",
2324
"scipy>=1.14.1,<2.0.0; python_version>='3.13'",
2425
"colorama>=0.4.6,<1.0.0",

0 commit comments

Comments
 (0)