Thanks to visit codestin.com Credit goes to github.com
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.
numpy
numpy<2.4
1 parent 42ef73a commit a7df154Copy full SHA for a7df154
pyproject.toml
@@ -52,7 +52,7 @@ classifiers = [
52
# this set should be kept minimal!
53
dependencies = [
54
"joblib>=1.2.0,<1.6", # required for parallel processing
55
- "numpy>=1.21,<2.3", # required for framework layer and base class logic
+ "numpy>=1.21,<2.4", # required for framework layer and base class logic
56
"packaging", # for estimator specific dependency parsing
57
"pandas<2.3.0,>=1.1", # pandas is the main in-memory data container
58
"scikit-base>=0.6.1,<0.13.0", # base module for sklearn compatible base API
0 commit comments