Skip to content

Commit 433d9c7

Browse files
committed
Merge branch 'main' into 0.9.X
2 parents e1419d9 + 9d8f50f commit 433d9c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ joblib
22
numpy
33
pandas
44
scipy
5-
scikit-learn<1.6.0
5+
scikit-learn>=1.4.0,<1.6.0
66
statsmodels
77
plotly
88
matplotlib

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
'numpy',
2727
'pandas',
2828
'scipy',
29-
'scikit-learn<1.6.0',
29+
'scikit-learn>=1.4.0,<1.6.0',
3030
'statsmodels',
3131
'plotly',
3232
],

0 commit comments

Comments
 (0)