Skip to content

Commit 1f24546

Browse files
committed
pin numpy only for python 3.9
1 parent 0f0ed59 commit 1f24546

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ where =
3131
python_requires = >=3.9
3232
install_requires =
3333
joblib
34-
numpy
34+
numpy<2.0;python_version<"3.10"
35+
numpy;python_version>="3.10"
3536
literate-dataclasses
3637
scikit-learn
3738
scipy

0 commit comments

Comments
 (0)