Skip to content

Commit 1500896

Browse files
committed
Updated automl_env.yml for Azure ML SDK 1.53.2
1 parent 9414b51 commit 1500896

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ dependencies:
1010
- python>=3.8,<3.9
1111
- holidays==0.10.3
1212
- conda-forge::fbprophet==0.7.1
13-
- pandas==1.1.5
14-
- scipy==1.5.3
13+
- pandas==1.3.5
14+
- scipy==1.10.1
1515
- Cython==0.29.14
1616
- tqdm==4.66.1
1717

1818
- pip:
1919
# Required packages for AzureML execution, history, and data preparation.
2020
- azureml-widgets~=1.53.0
2121
- azureml-defaults~=1.53.0
22-
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.53.0/validated_win32_requirements.txt [--no-deps]
22+
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.53.2/validated_win32_requirements.txt [--no-deps]
2323
- matplotlib==3.7.1
2424
- xgboost==1.3.3
2525
- cmdstanpy==0.9.5

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ dependencies:
99
- pip==22.3.1
1010
- python>=3.8,<3.9
1111
- matplotlib==3.7.1
12-
- numpy>=1.21.6,<=1.22.3
12+
- numpy==1.22.3
1313
- cython==0.29.14
1414
- urllib3==1.26.7
15-
- scipy>=1.4.1,<=1.5.3
16-
- scikit-learn==1.1.0
15+
- scipy==1.10.1
16+
- scikit-learn==1.1.3
1717
- py-xgboost<=1.3.3
1818
- holidays==0.10.3
19-
- conda-forge::fbprophet==0.7.1
19+
- conda-forge::prophet==1.1.4
2020
- pytorch::pytorch=1.11.0
2121
- cudatoolkit=10.1.243
2222
- notebook
@@ -29,4 +29,4 @@ dependencies:
2929
- spacy==2.2.4
3030
- pystan==2.19.1.1
3131
- https://aka.ms/automl-resources/packages/en_core_web_sm-2.1.0.tar.gz
32-
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.53.0/validated_linux_requirements.txt [--no-deps]
32+
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.53.2/validated_linux_requirements.txt [--no-deps]

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ dependencies:
88
# Currently Azure ML only supports 3.7 and later.
99
- pip==22.3.1
1010
- python>=3.8,<3.9
11-
- numpy>=1.21.6,<=1.22.3
11+
- numpy==1.22.3
1212
- cython==0.29.14
13-
- scipy>=1.4.1,<=1.5.3
14-
- scikit-learn==1.1.0
13+
- scipy==1.10.1
14+
- scikit-learn==1.1.3
1515
- holidays==0.10.3
1616

1717
- pip:
@@ -21,8 +21,8 @@ dependencies:
2121
- pytorch-transformers==1.0.0
2222
- spacy==2.2.4
2323
- pystan==2.19.1.1
24-
- fbprophet==0.7.1
24+
- prophet==1.1.4
2525
- xgboost==1.3.3
2626
- matplotlib==3.7.1
2727
- https://aka.ms/automl-resources/packages/en_core_web_sm-2.1.0.tar.gz
28-
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.53.0/validated_darwin_requirements.txt [--no-deps]
28+
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.53.2/validated_darwin_requirements.txt [--no-deps]

0 commit comments

Comments
 (0)