Pin scikit-learn to avoid conflict with azureml-responsibleai

This commit is contained in:
Jeff Shepherd
2023-10-23 09:53:39 -07:00
parent 6872d8a3bb
commit fcc882174b
3 changed files with 3 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ dependencies:
- scipy==1.10.1
- Cython==0.29.14
- tqdm==4.66.1
- scikit-learn<1.1
- pip:
# Required packages for AzureML execution, history, and data preparation.