Skip to content

Commit

Permalink
updeate ml extension source
Browse files Browse the repository at this point in the history
  • Loading branch information
pdhotems committed Nov 25, 2024
1 parent 9b6114a commit ceb19c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


# <az_ml_install>
az extension add --source https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.32.3-py3-none-any.whl
az extension add --source https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.33.0-py3-none-any.whl
# </az_ml_install>

## For backward compatibility - running on old subscription
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pip install pandas

# <az_ml_sdk_test_install>
# pip install azure-ai-ml==0.1.0.b8
pip install https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.32.3-py3-none-any.whl
pip install https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.33.0-py3-none-any.whl
# https://docsupport.blob.core.windows.net/ml-sample-submissions/1905732/azure_ai_ml-1.0.0-py3-none-any.whl
# </az_ml_sdk_test_install>

Expand Down

0 comments on commit ceb19c9

Please sign in to comment.