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 f173231 commit d04b2e4Copy full SHA for d04b2e4
setup.cfg
@@ -31,8 +31,9 @@ where =
31
python_requires = >=3.9
32
install_requires =
33
joblib
34
- numpy<2.0;python_version<"3.10"
35
- numpy;python_version>="3.10"
+ numpy<2.0;platform_system=="Windows"
+ numpy<2.0;platform_system!="Windows" and python_version<"3.10"
36
+ numpy;platform_system!="Windows" and python_version>="3.10"
37
literate-dataclasses
38
scikit-learn
39
scipy
0 commit comments