Skip to content

Commit 6490395

Browse files
fix scikit-learn deprecation issue
1 parent 013337d commit 6490395

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ dependencies = [
7171
"psutil>=5.7.2",
7272
"python_jsonschema_objects>=0.3.13",
7373
"requests",
74-
"scikit-learn>=1.0",
74+
"scikit-learn>=1.0,<1.6.0",
7575
"tabulate>=0.8.9",
7676
"tqdm>=4.59.0",
7777
"pydantic>=2.6.3",
@@ -179,7 +179,7 @@ anomaly = [
179179
"oracledb",
180180
"report-creator==1.0.28",
181181
"rrcf==0.4.4",
182-
"scikit-learn",
182+
"scikit-learn<1.6.0",
183183
"salesforce-merlion[all]==2.0.4"
184184
]
185185
recommender = [

0 commit comments

Comments
 (0)