Skip to content

Commit e7dd826

Browse files
Merge pull request Azure#1946 from Azure/jeffshep/pinscikit-learn
Pin scikit-learn to avoid conflict with azureml-responsibleai
2 parents 6872d8a + fcc8821 commit e7dd826

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

how-to-use-azureml/automated-machine-learning/automl_env.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ dependencies:
1313
- scipy==1.10.1
1414
- Cython==0.29.14
1515
- tqdm==4.66.1
16+
- scikit-learn<1.1
1617

1718
- pip:
1819
# Required packages for AzureML execution, history, and data preparation.

how-to-use-azureml/automated-machine-learning/automl_env_linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ dependencies:
2020
- pytorch::pytorch=1.11.0
2121
- cudatoolkit=10.1.243
2222
- notebook
23+
- scikit-learn<1.1
2324

2425
- pip:
2526
# Required packages for AzureML execution, history, and data preparation.

how-to-use-azureml/automated-machine-learning/automl_env_mac.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ dependencies:
1313
- scipy==1.10.1
1414
- scikit-learn==1.1.3
1515
- holidays==0.10.3
16+
- scikit-learn<1.1
1617

1718
- pip:
1819
# Required packages for AzureML execution, history, and data preparation.

0 commit comments

Comments
 (0)