Skip to content

Commit 09c3969

Browse files
committed
FIX: restrict sklearn version that is incompatible with xgboost
1 parent 3f20da8 commit 09c3969

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
@@ -18,7 +18,7 @@ dependencies = [
1818
# Fix for error ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject.
1919
"numpy>=1.20.1",
2020
"scipy",
21-
"scikit-learn>=1.0.0",
21+
"scikit-learn<1.6.0",
2222
"pandas>=1.1.0,!=1.5.0",
2323
"jinja2", # for pandas https://pandas.pydata.org/docs/getting_started/install.html#visualization
2424
"rapidfuzz<3.0.0",

0 commit comments

Comments
 (0)