Skip to content

Commit 33ca8c7

Browse files
Merge pull request #1957 from Azure/release_update_stablev2/Release-207
update samples from Release-207 as a part of 1.55.0 SDK stable release
2 parents aa93588 + 3fd1ce8 commit 33ca8c7

File tree

36 files changed

+80
-2430
lines changed

36 files changed

+80
-2430
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.54.0 of the Azure ML SDK\")\n",
106+
"print(\"This notebook was created using version 1.55.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,<=0.7.0
77
- joblib
88
- liac-arff
9-
- raiwidgets~=0.28.0
9+
- raiwidgets~=0.33.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,<=0.7.0
77
- joblib
88
- liac-arff
9-
- raiwidgets~=0.28.0
9+
- raiwidgets~=0.33.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: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,18 @@ channels:
55
- main
66
dependencies:
77
# The python interpreter version.
8-
# Azure ML only supports 3.7.0 and later.
8+
# Azure ML only supports 3.8 and later.
99
- pip==22.3.1
10-
- python>=3.8,<3.9
10+
- python>=3.9,<3.10
1111
- holidays==0.29
1212
- scipy==1.10.1
1313
- tqdm==4.66.1
14-
# TODO: Remove this requirement when azureml-responsibleai will
15-
# upgrade responsibleai to version to >=0.30.0
16-
- scikit-learn<1.1
1714

1815
- pip:
1916
# Required packages for AzureML execution, history, and data preparation.
20-
- azureml-widgets~=1.54.0
21-
- azureml-defaults~=1.54.0
22-
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.54.0/validated_win32_requirements.txt [--no-deps]
17+
- azureml-widgets~=1.55.0
18+
- azureml-defaults~=1.55.0
19+
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.55.0/validated_win32_requirements.txt [--no-deps]
2320
- matplotlib==3.7.1
2421
- xgboost==1.3.3
2522
- prophet==1.1.4

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

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@ dependencies:
77
# The python interpreter version.
88
# Azure ML only supports 3.7 and later.
99
- pip==22.3.1
10-
- python>=3.8,<3.9
10+
- python>=3.9,<3.10
1111
- matplotlib==3.7.1
1212
- numpy>=1.21.6,<=1.23.5
1313
- urllib3==1.26.7
1414
- scipy==1.10.1
15-
# TODO: Upgrade this requirement to 1.1.3 when azureml-responsibleai will
16-
# upgrade responsibleai to version to >=0.30.0
17-
- scikit-learn<1.1
15+
- scikit-learn=1.1.3
1816
- py-xgboost<=1.3.3
1917
- holidays==0.29
2018
- pytorch::pytorch=1.11.0
@@ -23,10 +21,10 @@ dependencies:
2321

2422
- pip:
2523
# Required packages for AzureML execution, history, and data preparation.
26-
- azureml-widgets~=1.54.0
27-
- azureml-defaults~=1.54.0
24+
- azureml-widgets~=1.55.0
25+
- azureml-defaults~=1.55.0
2826
- pytorch-transformers==1.0.0
29-
- spacy==2.2.4
27+
- spacy==2.3.9
3028
- prophet==1.1.4
31-
- 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.54.0/validated_linux_requirements.txt [--no-deps]
29+
- https://aka.ms/automl-resources/packages/en_core_web_sm-2.3.1.tar.gz
30+
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.55.0/validated_linux_requirements.txt [--no-deps]

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

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,20 @@ dependencies:
77
# The python interpreter version.
88
# Currently Azure ML only supports 3.7 and later.
99
- pip==22.3.1
10-
- python>=3.8,<3.9
10+
- python>=3.9,<3.10
1111
- numpy>=1.21.6,<=1.23.5
1212
- scipy==1.10.1
13-
# TODO: Upgrade this requirement to 1.1.3 when azureml-responsibleai will
14-
# upgrade responsibleai to version to >=0.30.0
15-
- scikit-learn<1.1
13+
- scikit-learn==1.1.3
1614
- holidays==0.29
1715

1816
- pip:
1917
# Required packages for AzureML execution, history, and data preparation.
20-
- azureml-widgets~=1.54.0
21-
- azureml-defaults~=1.54.0
18+
- azureml-widgets~=1.55.0
19+
- azureml-defaults~=1.55.0
2220
- pytorch-transformers==1.0.0
23-
- spacy==2.2.4
2421
- prophet==1.1.4
2522
- xgboost==1.3.3
23+
- spacy==2.3.9
2624
- matplotlib==3.7.1
27-
- https://aka.ms/automl-resources/packages/en_core_web_sm-2.1.0.tar.gz
28-
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.54.0/validated_darwin_requirements.txt [--no-deps]
25+
- https://aka.ms/automl-resources/packages/en_core_web_sm-2.3.1.tar.gz
26+
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.55.0/validated_darwin_requirements.txt [--no-deps]

0 commit comments

Comments
 (0)