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.
1 parent 5d19684 commit c0eb84cCopy full SHA for c0eb84c
pyproject.toml
@@ -25,14 +25,12 @@ requires-python = ">=3.9"
25
dependencies = [
26
"forestci==0.6",
27
"pathos==0.2.9",
28
- "pip>=10.0",
29
"numpy>=1.18.5",
30
"scipy>=1.4.1",
31
"matplotlib",
32
"pandas>=0.24.1",
33
"scikit-learn>=1.5.2",
34
"statsmodels>=0.9.0",
35
- "Cython",
36
"seaborn",
37
"xgboost",
38
"pydotplus",
@@ -63,7 +61,7 @@ requires = [
63
61
"wheel",
64
62
"Cython",
65
66
- "scikit-learn>=0.22.0",
+ "scikit-learn>=1.5.2",
67
]
68
69
[project.urls]
0 commit comments