Skip to content

Commit c86db0d

Browse files
authored
Merge pull request Azure#1707 from Azure/release_update/Release-124
update samples from Release-124 as a part of SDK release
2 parents c42ba64 + ccfbbb3 commit c86db0d

File tree

3 files changed

+15
-18
lines changed

3 files changed

+15
-18
lines changed

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

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,23 @@ dependencies:
77
# The python interpreter version.
88
# Currently Azure ML only supports 3.6.0 and later.
99
- pip==20.2.4
10-
- python>=3.6,<3.8
11-
- boto3==1.20.19
12-
- botocore<=1.23.19
10+
- python>=3.6,<3.9
1311
- matplotlib==3.3.4
14-
- numpy==1.18.5
15-
- cython==0.29.14
16-
- urllib3==1.26.7
17-
- scipy>=1.4.1,<=1.5.2
18-
- scikit-learn==0.22.1
19-
- py-xgboost<=1.3.3
20-
- holidays==0.10.3
21-
- conda-forge::fbprophet==0.7.1
12+
- py-xgboost==1.3.3
2213
- pytorch::pytorch=1.4.0
14+
- conda-forge::fbprophet==0.7.1
2315
- cudatoolkit=10.1.243
16+
- tqdm==4.62.3
17+
- notebook
18+
- pywin32==225
19+
- PySocks==1.7.1
20+
- conda-forge::pyqt==5.12.3
2421

2522
- pip:
2623
# Required packages for AzureML execution, history, and data preparation.
2724
- azureml-widgets~=1.39.0
2825
- pytorch-transformers==1.0.0
29-
- spacy==2.1.8
26+
- spacy==2.2.4
3027
- pystan==2.19.1.1
3128
- https://aka.ms/automl-resources/packages/en_core_web_sm-2.1.0.tar.gz
3229
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.39.0/validated_win32_requirements.txt [--no-deps]

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ dependencies:
77
# The python interpreter version.
88
# Currently Azure ML only supports 3.6.0 and later.
99
- pip==20.2.4
10-
- python>=3.6,<3.8
10+
- python>=3.6,<3.9
1111
- boto3==1.20.19
1212
- botocore<=1.23.19
1313
- matplotlib==3.3.4
14-
- numpy==1.18.5
14+
- numpy==1.19.5
1515
- cython==0.29.14
1616
- urllib3==1.26.7
1717
- scipy>=1.4.1,<=1.5.2
@@ -26,7 +26,7 @@ dependencies:
2626
# Required packages for AzureML execution, history, and data preparation.
2727
- azureml-widgets~=1.39.0
2828
- pytorch-transformers==1.0.0
29-
- spacy==2.1.8
29+
- 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
3232
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.39.0/validated_linux_requirements.txt [--no-deps]

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ dependencies:
88
# Currently Azure ML only supports 3.6.0 and later.
99
- pip==20.2.4
1010
- nomkl
11-
- python>=3.6,<3.8
11+
- python>=3.6,<3.9
1212
- boto3==1.20.19
1313
- botocore<=1.23.19
1414
- matplotlib==3.3.4
15-
- numpy==1.18.5
15+
- numpy==1.19.5
1616
- cython==0.29.14
1717
- urllib3==1.26.7
1818
- scipy>=1.4.1,<=1.5.2
@@ -27,7 +27,7 @@ dependencies:
2727
# Required packages for AzureML execution, history, and data preparation.
2828
- azureml-widgets~=1.39.0
2929
- pytorch-transformers==1.0.0
30-
- spacy==2.1.8
30+
- spacy==2.2.4
3131
- pystan==2.19.1.1
3232
- https://aka.ms/automl-resources/packages/en_core_web_sm-2.1.0.tar.gz
3333
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.39.0/validated_darwin_requirements.txt [--no-deps]

0 commit comments

Comments
 (0)