Skip to content

Commit 6384cd6

Browse files
committed
update samples - test
1 parent 4fb1d9e commit 6384cd6

File tree

6 files changed

+105
-5
lines changed

6 files changed

+105
-5
lines changed

configuration.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"source": [
104104
"import azureml.core\n",
105105
"\n",
106-
"print(\"This notebook was created using version 1.0.85 of the Azure ML SDK\")\n",
106+
"print(\"This notebook was created using version 1.0.85.1 of the Azure ML SDK\")\n",
107107
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
108108
]
109109
},

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

how-to-use-azureml/track-and-monitor-experiments/logging-api/logging-api.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"\n",
101101
"# Check core SDK version number\n",
102102
"\n",
103-
"print(\"This notebook was created using SDK version 1.0.85, you are currently running version\", azureml.core.VERSION)"
103+
"print(\"This notebook was created using SDK version 1.0.85.1, you are currently running version\", azureml.core.VERSION)"
104104
]
105105
},
106106
{

0 commit comments

Comments
 (0)