Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
5386506
Update python-version to use vars.AZUREML_NOTEBOOKS_PYTHON_VERSION an…
Chakradhar886 Jul 24, 2026
c8f477e
Update dev-requirements.txt
Chakradhar886 Jul 24, 2026
a1a28ae
Fix tensorflow/protobuf compatibility: keep tensorflow 2.21.0 (Python…
Chakradhar886 Jul 24, 2026
1f321d5
Revert to tensorflow 2.19.0 (protobuf 5.x compatible) for dev-require…
Chakradhar886 Jul 24, 2026
020c17f
Add protobuf constraint cells to batch notebooks + revert dev-require…
Chakradhar886 Jul 24, 2026
ac2120a
Move protobuf constraint cells to TOP of batch notebooks (before impo…
Chakradhar886 Jul 24, 2026
aec1b02
fix
Chakradhar886 Jul 24, 2026
c4f28b8
Move azureml-fsspec pip install to TOP of explore-data.ipynb (before …
Chakradhar886 Jul 24, 2026
06135f5
fix
Chakradhar886 Jul 24, 2026
36b0b33
fix
Chakradhar886 Jul 24, 2026
3b0f763
Remove azureml-mlflow from dev-requirements.txt - use pip install in …
Chakradhar886 Jul 24, 2026
569d598
Add strictyaml>=0.14.1 to dev-requirements.txt for Python 3.13 wheel …
Chakradhar886 Jul 24, 2026
04921f3
Update dev-requirements.txt
Chakradhar886 Jul 24, 2026
03d9be7
Update imagenet-classifier-mlflow.ipynb
Chakradhar886 Jul 24, 2026
0e7c2a5
fix
Chakradhar886 Jul 24, 2026
34d45ba
Re-add strictyaml>=0.14.1 to prevent build failures (has Python 3.13 …
Chakradhar886 Jul 24, 2026
1056234
Add pyyaml>=6.0.2 to prevent build failures on Python 3.13
Chakradhar886 Jul 24, 2026
39a0e45
Remove azure-ai-ml from dev-requirements.txt to fix dependency resolu…
Chakradhar886 Jul 24, 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: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- 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: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- 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/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: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- 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: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- 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: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- 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: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- 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: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- 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: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- 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: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- 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: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- 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: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- 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 @@ -35,7 +35,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: pip install mlflow reqs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- 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 @@ -37,7 +37,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: pip install mlflow reqs
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: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- 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: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- 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: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- 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: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- 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: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- 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: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- 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: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- 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: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- 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: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- 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: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- 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: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- 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: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- 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: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- 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 @@ -36,7 +36,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- 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: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- 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: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- 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: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- 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: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- 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: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- 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: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- 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: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- 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: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- 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: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- 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: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- 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: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- 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: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- 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: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- 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: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- 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: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- 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: "${{ vars.AZUREML_NOTEBOOKS_PYTHON_VERSION }}"
- name: pip install notebook reqs
run: pip install -r sdk/python/dev-requirements.txt
- name: azure login
Expand Down
Loading
Loading