Skip to content

Commit c0eb84c

Browse files
authored
fix runtime dependencies (#831)
1 parent 5d19684 commit c0eb84c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,12 @@ requires-python = ">=3.9"
2525
dependencies = [
2626
"forestci==0.6",
2727
"pathos==0.2.9",
28-
"pip>=10.0",
2928
"numpy>=1.18.5",
3029
"scipy>=1.4.1",
3130
"matplotlib",
3231
"pandas>=0.24.1",
3332
"scikit-learn>=1.5.2",
3433
"statsmodels>=0.9.0",
35-
"Cython",
3634
"seaborn",
3735
"xgboost",
3836
"pydotplus",
@@ -63,7 +61,7 @@ requires = [
6361
"wheel",
6462
"Cython",
6563
"numpy>=1.18.5",
66-
"scikit-learn>=0.22.0",
64+
"scikit-learn>=1.5.2",
6765
]
6866

6967
[project.urls]

0 commit comments

Comments
 (0)