Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a7df154

Browse files
authored
[MNT] raise numpy bound to numpy<2.4 (#8414)
Raises the `numpy` bound to allow `numpy<2.4`. Depends on #8447 for testing.
1 parent 42ef73a commit a7df154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ classifiers = [
5252
# this set should be kept minimal!
5353
dependencies = [
5454
"joblib>=1.2.0,<1.6", # required for parallel processing
55-
"numpy>=1.21,<2.3", # required for framework layer and base class logic
55+
"numpy>=1.21,<2.4", # required for framework layer and base class logic
5656
"packaging", # for estimator specific dependency parsing
5757
"pandas<2.3.0,>=1.1", # pandas is the main in-memory data container
5858
"scikit-base>=0.6.1,<0.13.0", # base module for sklearn compatible base API

0 commit comments

Comments
 (0)