Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
88762e8
chore: upgrade Python version to 3.14 across workflows and dependencies
Chakradhar886 Jul 22, 2026
8a5fbe4
fix: update dependency versions to available releases with Python 3.1…
Chakradhar886 Jul 22, 2026
54b13cb
fix: update jupyter-client to 8.9.0 for ipykernel 7.3.0 compatibility
Chakradhar886 Jul 22, 2026
61f014e
fix: update pandas to 2.2.0 for Python 3.14 compatibility
Chakradhar886 Jul 22, 2026
d6c4854
fix: update dependencies to versions tested locally for Python 3.14
Chakradhar886 Jul 22, 2026
491a471
fix: upgrade pandas to 2.2.3 for Python 3.14 wheel compatibility
Chakradhar886 Jul 22, 2026
1f04a99
fix: update torch to 2.13.0 for Python 3.14 wheel availability
Chakradhar886 Jul 22, 2026
f4de72b
fix: update tensorflow to 2.17.0 and remove keras (included in tensor…
Chakradhar886 Jul 22, 2026
fc9d57c
fix: update ipykernel to 6.29.5 (7.3.0 doesn't exist on PyPI)
Chakradhar886 Jul 22, 2026
e396310
fix: update pandas to 2.3.3 for Python 3.14 Linux wheel support
Chakradhar886 Jul 22, 2026
d5ad718
fix: update tensorflow to 2.19.0 for Python 3.14 Linux wheel support
Chakradhar886 Jul 22, 2026
03486a8
fix: add tensorflow 2.21.0 support for Python 3.14
Chakradhar886 Jul 22, 2026
ce33a92
fix
Chakradhar886 Jul 22, 2026
a591bf9
chore: downgrade Python to 3.13 for TensorFlow support
Chakradhar886 Jul 22, 2026
81a3b51
fix: update matplotlib to 3.9.0 for numpy 2.x compatibility
Chakradhar886 Jul 22, 2026
0eb6320
fix: update papermill to 2.7.0 for Python 3.13 compatibility
Chakradhar886 Jul 22, 2026
38e2145
fix: update remaining 5 tutorials workflows to Python 3.13
Chakradhar886 Jul 22, 2026
ae1597e
fix: add azureml-fsspec for pandas azureml:// URI support
Chakradhar886 Jul 22, 2026
0a15e99
fix: remove azureml-fsspec due to Python 3.13 incompatibility
Chakradhar886 Jul 22, 2026
185b03e
fix: add explicit protobuf constraint for tensorflow compatibility
Chakradhar886 Jul 22, 2026
c7d8729
fix: remove transformers to resolve protobuf version conflict
Chakradhar886 Jul 22, 2026
6622bd0
fix: add pip install transformers before import in text-summarization…
Chakradhar886 Jul 22, 2026
ad91b0e
fix: update remaining 99 workflows from Python 3.10 to 3.13
Chakradhar886 Jul 22, 2026
1048132
Revert "fix: update remaining 99 workflows from Python 3.10 to 3.13"
Chakradhar886 Jul 22, 2026
0814a97
fix: move azureml-fsspec install to earlier cell in explore-data note…
Chakradhar886 Jul 22, 2026
8ae2196
fix: add azureml_fsspec import to register protocol and remove duplic…
Chakradhar886 Jul 22, 2026
a4db951
fix: combine azureml_fsspec pip install and import in same cell
Chakradhar886 Jul 22, 2026
8e872a6
fix: use os.getcwd() instead of sys.path[0] for parent_dir in share-m…
Chakradhar886 Jul 23, 2026
7a28bd3
style: apply black formatting to share-models notebook
Chakradhar886 Jul 23, 2026
ff4cba3
fix: use os.getcwd() instead of sys.path[0] for parent_dir in share-d…
Chakradhar886 Jul 23, 2026
91599a0
fix: use os.getcwd() instead of sys.path[0] in registry-create notebook
Chakradhar886 Jul 23, 2026
c00f9fb
fix: handle mlflow search_logged_models 404 in artifact download cell
Chakradhar886 Jul 23, 2026
3e79e6b
fix: remove azureml-fsspec install, read from local files instead of …
Chakradhar886 Jul 23, 2026
cd8ac79
fix: replace all data_asset.path reads with local file paths in explo…
Chakradhar886 Jul 23, 2026
70e2255
fix: move transformers pip install before import in text-summarizatio…
Chakradhar886 Jul 24, 2026
c4c6ae7
fix: add protobuf upgrade before tensorflow import in imagenet notebo…
Chakradhar886 Jul 24, 2026
b61e69f
Update e2e-object-classification-distributed-pytorch.ipynb
Chakradhar886 Jul 27, 2026
579c7c2
ci: upgrade foundation-model import workflows to Python 3.13
Chakradhar886 Jul 27, 2026
9bb6280
Update dev-requirements.txt
Chakradhar886 Jul 27, 2026
f24f0ef
Update text-summarization-batch.ipynb
Chakradhar886 Jul 27, 2026
294a50d
Update imagenet-classifier-batch.ipynb
Chakradhar886 Jul 27, 2026
d234e2a
Update imagenet-classifier-mlflow.ipynb
Chakradhar886 Jul 27, 2026
3a72a0e
fix
Chakradhar886 Jul 27, 2026
7117f9c
fix
Chakradhar886 Jul 27, 2026
df092a0
Merge branch 'upgrade/python-3.14-support' of https://github.com/Chak…
Chakradhar886 Jul 27, 2026
eec54a6
fix: align tensorflow stack for imagenet batch notebook CI
Chakradhar886 Jul 27, 2026
ae725e4
fix: enforce legacy tf.keras mode for tensorflow-hub notebooks
Chakradhar886 Jul 27, 2026
93eed9a
Update dev-requirements.txt
Chakradhar886 Jul 27, 2026
bdbfc1a
fix: add transformers install in text-summarization notebook; add TF_…
Chakradhar886 Jul 27, 2026
4e9db1d
fix: add protobuf upgrade before transformers install in text-summari…
Chakradhar886 Jul 27, 2026
d44f91f
fix: add missing transformers pipeline import
Chakradhar886 Jul 27, 2026
e72d23a
fix: add arch pip install with force-reinstall to resolve numpy binar…
Chakradhar886 Jul 27, 2026
e4f480f
fix: stabilize imagenet batch endpoint notebook runtime
Chakradhar886 Jul 27, 2026
f6182f5
fix: reduce imagenet batch endpoint job timeout failures in CI
Chakradhar886 Jul 27, 2026
bdf4db3
fix: update imagenet batch endpoint to use Python 3.10 and fix model …
Copilot Jul 27, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/automated-cleanup-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.8"
python-version: "3.13"
- name: azure login
uses: azure/login@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bootstrapping-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.8"
python-version: "3.13"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bootstrapping-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.8"
python-version: "3.13"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down Expand Up @@ -228,4 +228,4 @@ jobs:
# bash "$SCRIPT_DIR"/sdk_helpers.sh install_azcopy
bash "$SCRIPT_DIR"/sdk_helpers.sh copy_dataset
working-directory: infra/bootstrapping
continue-on-error: true
continue-on-error: true
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.13"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.13"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdk-assets-component-component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.13"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdk-assets-data-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.13"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdk-assets-data-versioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.13"
- name: pip install notebook reqs
run: pip install --no-cache-dir -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdk-assets-data-working_with_mltable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.13"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdk-assets-environment-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.13"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdk-assets-model-model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.13"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
bash "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh" generate_workspace_config "../../.azureml/config.json";
bash "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh" replace_template_values "imagenet-classifier-batch.ipynb";
[ -f "../../.azureml/config" ] && cat "../../.azureml/config";
python -m pip install --upgrade "protobuf>=6.31.1,<8.0.0"
papermill -k python imagenet-classifier-batch.ipynb imagenet-classifier-batch.output.ipynb --log-output
working-directory: sdk/python/endpoints/batch/deploy-models/imagenet-classifier
- name: upload notebook's working folder as an artifact
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
bash "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh" generate_workspace_config "../../.azureml/config.json";
bash "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh" replace_template_values "imagenet-classifier-mlflow.ipynb";
[ -f "../../.azureml/config" ] && cat "../../.azureml/config";
python -m pip install --upgrade "protobuf>=6.31.1,<8.0.0"
papermill -k python imagenet-classifier-mlflow.ipynb imagenet-classifier-mlflow.output.ipynb --log-output
working-directory: sdk/python/endpoints/batch/deploy-models/imagenet-classifier
- name: upload notebook's working folder as an artifact
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.13"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.13"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.13"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.13"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.13"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.13"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.13"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.13"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.13"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.13"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.13"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.13"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.8"
python-version: "3.13"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.8"
python-version: "3.13"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.13"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.13"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.13"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.13"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.13"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.13"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.13"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.13"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.13"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.13"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.13"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.13"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.13"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.13"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.13"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.13"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Loading
Loading