Skip to content

Commit

Permalink
Install lower version of sklearn (for testing purposes)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgpjesus authored Jun 3, 2024
1 parent 25c2a7e commit 542ef8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def run(self):
'wheel',
'numpy',
'scipy',
'scikit-learn!=0.22.0'
'scikit-learn<1.2.0'
],
extras_require={
'dask': [
Expand Down

0 comments on commit 542ef8e

Please sign in to comment.