Skip to content

Commit d04b2e4

Browse files
committed
Fix windows specs
1 parent f173231 commit d04b2e4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.cfg

+3-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ where =
3131
python_requires = >=3.9
3232
install_requires =
3333
joblib
34-
numpy<2.0;python_version<"3.10"
35-
numpy;python_version>="3.10"
34+
numpy<2.0;platform_system=="Windows"
35+
numpy<2.0;platform_system!="Windows" and python_version<"3.10"
36+
numpy;platform_system!="Windows" and python_version>="3.10"
3637
literate-dataclasses
3738
scikit-learn
3839
scipy

0 commit comments

Comments
 (0)