Compare commits

...

2 Commits

Author SHA1 Message Date
Jeff Shepherd
fcc882174b Pin scikit-learn to avoid conflict with azureml-responsibleai 2023-10-23 09:53:39 -07:00
jeff-shepherd
6872d8a3bb Merge pull request #1941 from Azure/jeffshep/updatefor1.53.2
Updated automl_env.yml for Azure ML SDK 1.53.2
2023-10-10 08:49:04 -07:00
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.

View File

@@ -20,6 +20,7 @@ dependencies:
- pytorch::pytorch=1.11.0
- cudatoolkit=10.1.243
- notebook
- scikit-learn<1.1
- pip:
# Required packages for AzureML execution, history, and data preparation.

View File

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