Skip to content

Commit faffb3f

Browse files
committed
update samples from Release-135 as a part of SDK release
1 parent 6c6227c commit faffb3f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
# Currently Azure ML only supports 3.6.0 and later.
99
- pip==20.2.4
1010
- python>=3.6,<3.9
11-
- matplotlib==3.3.4
11+
- matplotlib==3.2.1
1212
- py-xgboost==1.3.3
1313
- pytorch::pytorch=1.4.0
1414
- conda-forge::fbprophet==0.7.1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- python>=3.6,<3.9
1111
- boto3==1.20.19
1212
- botocore<=1.23.19
13-
- matplotlib==3.3.4
13+
- matplotlib==3.2.1
1414
- numpy==1.19.5
1515
- cython==0.29.14
1616
- urllib3==1.26.7

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
- python>=3.6,<3.9
1212
- boto3==1.20.19
1313
- botocore<=1.23.19
14-
- matplotlib==3.3.4
14+
- matplotlib==3.2.1
1515
- numpy==1.19.5
1616
- cython==0.29.14
1717
- urllib3==1.26.7

0 commit comments

Comments
 (0)