Skip to content

Commit a09e726

Browse files
harneetvirkvizhur
andcommitted
update samples - test (Azure#748)
Co-authored-by: vizhur <[email protected]>
1 parent 4fb1d9e commit a09e726

File tree

3 files changed

+102
-2
lines changed

3 files changed

+102
-2
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
@@ -2,7 +2,7 @@ name: azure_automl
22
dependencies:
33
# The python interpreter version.
44
# Currently Azure ML only supports 3.5.2 and later.
5-
- pip
5+
- pip<=19.3.1
66
- python>=3.5.2,<3.6.8
77
- nb_conda
88
- matplotlib==2.1.0

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
@@ -2,7 +2,7 @@ name: azure_automl
22
dependencies:
33
# The python interpreter version.
44
# Currently Azure ML only supports 3.5.2 and later.
5-
- pip
5+
- pip<=19.3.1
66
- nomkl
77
- python>=3.5.2,<3.6.8
88
- nb_conda

0 commit comments

Comments
 (0)