There was an error while loading. Please reload this page.
1 parent 56a7b43 commit 314a4b8Copy full SHA for 314a4b8
1 file changed
pyproject.toml
@@ -22,9 +22,9 @@ dependencies = [
22
"pandas>=2.3.3",
23
"pillow>=11.3",
24
"rich>=13.9.4",
25
- "scikit-learn>=1.9 ; python_version < '3.15'",
26
# https://github.com/scikit-learn/scikit-learn/issues/34652
27
- "scikit-learn @ https://github.com/scikit-learn/scikit-learn.git ; python_version >= '3.15'",
+ "scikit-learn @ https://github.com/scikit-learn/scikit-learn.git ; python_version>='3.15'",
+ "scikit-learn>=1.9; python_version<'3.15'",
28
"scipy>=1.18.1",
29
"statsmodels>=0.14.4",
30
"sympy>=1.13.3",
0 commit comments