Skip to content

Commit

Permalink
Merge branch 'main' into sasum/maap-text-gen-sample
Browse files Browse the repository at this point in the history
  • Loading branch information
sagarsumant authored Jan 9, 2025
2 parents d456725 + 8c661bf commit c61e7a4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ def upload_data_and_create_jsonl_mltable_files(ml_client, dataset_parent_dir):

print("Installing scikit-image and simplification package")
subprocess.check_call(
[sys.executable, "-m", "pip", "install", "scikit-image==0.19.3"]
[sys.executable, "-m", "pip", "install", "scikit-image==0.25.0"]
)
# Install numpy version compatible with scikit-image==0.19.3.
# Install numpy version compatible with scikit-image==0.25.0.
subprocess.check_call([sys.executable, "-m", "pip", "install", "numpy==1.26.4"])
subprocess.check_call(
[sys.executable, "-m", "pip", "install", "simplification==0.7.12"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,6 @@
"Make sure you have executed the [configuration](https://github.com/Azure/MachineLearningNotebooks/blob/master/configuration.ipynb) before running this notebook."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%pip install azure-ai-ml==1.8.0\n",
"%pip install azure-identity==1.13.0"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,6 @@
"## 1.1. Import the required libraries"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%pip install azure-ai-ml==1.8.0\n",
"%pip install azure-identity==1.13.0"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit c61e7a4

Please sign in to comment.