Skip to content

Commit ac8ad10

Browse files
Merge pull request #279 from DoubleML/o-sklearn-version
Temporarly fix Scikit-Learn Version to smaller than 1.6.0
2 parents 60f4a43 + cc081c1 commit ac8ad10

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
5+
scikit-learn<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',
29+
'scikit-learn<1.6.0',
3030
'statsmodels',
3131
'plotly',
3232
],

0 commit comments

Comments
 (0)