Skip to content

Commit

Permalink
Merge pull request #279 from DoubleML/o-sklearn-version
Browse files Browse the repository at this point in the history
Temporarly fix Scikit-Learn Version to smaller than 1.6.0
  • Loading branch information
OliverSchacht authored Dec 16, 2024
2 parents 60f4a43 + cc081c1 commit ac8ad10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ joblib
numpy
pandas
scipy
scikit-learn
scikit-learn<1.6.0
statsmodels
plotly
matplotlib
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
'numpy',
'pandas',
'scipy',
'scikit-learn',
'scikit-learn<1.6.0',
'statsmodels',
'plotly',
],
Expand Down

0 comments on commit ac8ad10

Please sign in to comment.