Pin scikit-learn to <1.2.0 for conda as well

closes #8223
This commit is contained in:
Matthias 2023-02-25 13:39:48 +01:00
parent 3471f5204b
commit c6455c4131
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ dependencies:
# 3/4 req hyperopt
- scipy
- scikit-learn
- scikit-learn<1.2.0
- filelock
- scikit-optimize
- progressbar2