Skip to content

Commit 9d8f50f

Browse files
authored
Merge pull request #282 from DoubleML/s-maintenance
Update scikit-learn version requirement to >=1.4.0,<1.6.0 in setup.py
2 parents 03c7eda + 5c9e3d2 commit 9d8f50f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)