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.
2 parents e1419d9 + 9d8f50f commit 433d9c7Copy full SHA for 433d9c7
requirements.txt
@@ -2,7 +2,7 @@ joblib
2
numpy
3
pandas
4
scipy
5
-scikit-learn<1.6.0
+scikit-learn>=1.4.0,<1.6.0
6
statsmodels
7
plotly
8
matplotlib
setup.py
@@ -26,7 +26,7 @@
26
'numpy',
27
'pandas',
28
'scipy',
29
- 'scikit-learn<1.6.0',
+ 'scikit-learn>=1.4.0,<1.6.0',
30
'statsmodels',
31
'plotly',
32
],
0 commit comments