Skip to content

Commit 7f7f004

Browse files
committed
update samples from Release-157 as a part of SDK release
1 parent 9ca567c commit 7f7f004

File tree

27 files changed

+48
-33
lines changed

27 files changed

+48
-33
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.44.0 of the Azure ML SDK\")\n",
106+
"print(\"This notebook was created using version 1.45.0 of the Azure ML SDK\")\n",
107107
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
108108
]
109109
},

contrib/fairness/fairlearn-azureml-mitigation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- fairlearn>=0.6.2
77
- joblib
88
- liac-arff
9-
- raiwidgets~=0.19.0
9+
- raiwidgets~=0.21.0
1010
- itsdangerous==2.0.1
1111
- markupsafe<2.1.0
1212
- protobuf==3.20.0

contrib/fairness/upload-fairness-dashboard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- fairlearn>=0.6.2
77
- joblib
88
- liac-arff
9-
- raiwidgets~=0.19.0
9+
- raiwidgets~=0.21.0
1010
- itsdangerous==2.0.1
1111
- markupsafe<2.1.0
1212
- protobuf==3.20.0

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,18 @@ dependencies:
1818
- pywin32==227
1919
- PySocks==1.7.1
2020
- conda-forge::pyqt==5.12.3
21-
- jsonschema==4.9.1
22-
- Pygments==2.12.0
21+
- jinja2<=2.11.2
22+
- markupsafe<2.1.0
23+
- tqdm==4.64.0
2324

2425
- pip:
2526
# Required packages for AzureML execution, history, and data preparation.
26-
- azureml-widgets~=1.44.0
27+
- azureml-widgets~=1.45.0
28+
- azureml-defaults~=1.45.0
2729
- pytorch-transformers==1.0.0
2830
- spacy==2.2.4
2931
- pystan==2.19.1.1
3032
- https://aka.ms/automl-resources/packages/en_core_web_sm-2.1.0.tar.gz
31-
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.44.0/validated_win32_requirements.txt [--no-deps]
33+
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.45.0/validated_win32_requirements.txt [--no-deps]
3234
- arch==4.14
3335
- wasabi==0.9.1

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,16 @@ dependencies:
2121
- conda-forge::fbprophet==0.7.1
2222
- pytorch::pytorch=1.4.0
2323
- cudatoolkit=10.1.243
24+
- jinja2<=2.11.2
25+
- markupsafe<2.1.0
2426

2527
- pip:
2628
# Required packages for AzureML execution, history, and data preparation.
27-
- azureml-widgets~=1.44.0
29+
- azureml-widgets~=1.45.0
30+
- azureml-defaults~=1.45.0
2831
- pytorch-transformers==1.0.0
2932
- spacy==2.2.4
3033
- pystan==2.19.1.1
3134
- 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.44.0/validated_linux_requirements.txt [--no-deps]
35+
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.45.0/validated_linux_requirements.txt [--no-deps]
3336
- arch==4.14

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,16 @@ dependencies:
2222
- conda-forge::fbprophet==0.7.1
2323
- pytorch::pytorch=1.4.0
2424
- cudatoolkit=9.0
25+
- jinja2<=2.11.2
26+
- markupsafe<2.1.0
2527

2628
- pip:
2729
# Required packages for AzureML execution, history, and data preparation.
28-
- azureml-widgets~=1.44.0
30+
- azureml-widgets~=1.45.0
31+
- azureml-defaults~=1.45.0
2932
- pytorch-transformers==1.0.0
3033
- spacy==2.2.4
3134
- pystan==2.19.1.1
3235
- https://aka.ms/automl-resources/packages/en_core_web_sm-2.1.0.tar.gz
33-
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.44.0/validated_darwin_requirements.txt [--no-deps]
36+
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.45.0/validated_darwin_requirements.txt [--no-deps]
3437
- arch==4.14

how-to-use-azureml/automated-machine-learning/experimental/autofeaturization-codegen/codegen-for-autofeaturization.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"metadata": {},
9898
"outputs": [],
9999
"source": [
100-
"print(\"This notebook was created using version 1.44.0 of the Azure ML SDK\")\n",
100+
"print(\"This notebook was created using version 1.45.0 of the Azure ML SDK\")\n",
101101
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
102102
]
103103
},

how-to-use-azureml/automated-machine-learning/experimental/autofeaturization-custom-model-training/custom-model-training-from-autofeaturization-run.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"metadata": {},
9898
"outputs": [],
9999
"source": [
100-
"print(\"This notebook was created using version 1.44.0 of the Azure ML SDK\")\n",
100+
"print(\"This notebook was created using version 1.45.0 of the Azure ML SDK\")\n",
101101
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
102102
]
103103
},

how-to-use-azureml/automated-machine-learning/experimental/automl_thin_client_env.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dependencies:
33
# The python interpreter version.
44
# Currently Azure ML only supports 3.6.0 and later.
55
- pip<=20.2.4
6-
- python>=3.6.0,<3.9
6+
- python>=3.6.0,<3.10
77
- cython==0.29.14
88
- urllib3==1.26.7
99
- PyJWT < 2.0.0
@@ -18,4 +18,6 @@ dependencies:
1818
- azureml-defaults
1919
- azureml-sdk
2020
- azureml-widgets
21+
- azureml-mlflow
2122
- pandas
23+
- mlflow

how-to-use-azureml/automated-machine-learning/experimental/automl_thin_client_env_mac.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
# Currently Azure ML only supports 3.6.0 and later.
88
- pip<=20.2.4
99
- nomkl
10-
- python>=3.6.0,<3.9
10+
- python>=3.6.0,<3.10
1111
- urllib3==1.26.7
1212
- PyJWT < 2.0.0
1313
- numpy>=1.21.6,<=1.22.3
@@ -20,4 +20,6 @@ dependencies:
2020
- azureml-defaults
2121
- azureml-sdk
2222
- azureml-widgets
23+
- azureml-mlflow
2324
- pandas
25+
- mlflow

0 commit comments

Comments
 (0)