Skip to content

Commit b4427fa

Browse files
author
Sagar Sumant
committed
Merge branch 'sasum/maap-text-gen-sample' of https://github.com/Azure/azureml-examples into sasum/maap-text-gen-sample
2 parents b86b049 + c61e7a4 commit b4427fa

File tree

3 files changed

+2
-22
lines changed

3 files changed

+2
-22
lines changed

cli/jobs/automl-standalone-jobs/cli-automl-image-instance-segmentation-task-fridge-items/prepare_data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ def upload_data_and_create_jsonl_mltable_files(ml_client, dataset_parent_dir):
7979

8080
print("Installing scikit-image and simplification package")
8181
subprocess.check_call(
82-
[sys.executable, "-m", "pip", "install", "scikit-image==0.19.3"]
82+
[sys.executable, "-m", "pip", "install", "scikit-image==0.25.0"]
8383
)
84-
# Install numpy version compatible with scikit-image==0.19.3.
84+
# Install numpy version compatible with scikit-image==0.25.0.
8585
subprocess.check_call([sys.executable, "-m", "pip", "install", "numpy==1.26.4"])
8686
subprocess.check_call(
8787
[sys.executable, "-m", "pip", "install", "simplification==0.7.12"]

sdk/python/jobs/automl-standalone-jobs/automl-forecasting-distributed-tcn/automl-forecasting-distributed-tcn.ipynb

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,6 @@
5353
"Make sure you have executed the [configuration](https://github.com/Azure/MachineLearningNotebooks/blob/master/configuration.ipynb) before running this notebook."
5454
]
5555
},
56-
{
57-
"cell_type": "code",
58-
"execution_count": null,
59-
"metadata": {},
60-
"outputs": [],
61-
"source": [
62-
"%pip install azure-ai-ml==1.8.0\n",
63-
"%pip install azure-identity==1.13.0"
64-
]
65-
},
6656
{
6757
"cell_type": "markdown",
6858
"metadata": {},

sdk/python/jobs/automl-standalone-jobs/automl-nlp-text-classification-multiclass-task-sentiment-analysis/automl-nlp-multiclass-sentiment-mlflow.ipynb

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,6 @@
2727
"## 1.1. Import the required libraries"
2828
]
2929
},
30-
{
31-
"cell_type": "code",
32-
"execution_count": null,
33-
"metadata": {},
34-
"outputs": [],
35-
"source": [
36-
"%pip install azure-ai-ml==1.8.0\n",
37-
"%pip install azure-identity==1.13.0"
38-
]
39-
},
4030
{
4131
"cell_type": "code",
4232
"execution_count": null,

0 commit comments

Comments
 (0)