Skip to content

Commit

Permalink
Update sdk/python/setup.sh to target fresh built azure-ai-ml wheel.
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk committed Jan 31, 2025
1 parent 3f0f43c commit b43159b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions sdk/python/setup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash

# <az_ml_sdk_install>
# pip install --pre azure-ai-ml
# </az_ml_sdk_install>

# <mldesigner_install>
Expand All @@ -15,9 +14,7 @@ pip install pandas


# <az_ml_sdk_test_install>
# pip install azure-ai-ml==0.1.0.b8
pip install azure-ai-ml
# https://docsupport.blob.core.windows.net/ml-sample-submissions/1905732/azure_ai_ml-1.0.0-py3-none-any.whl
pip install https://azuresdkartifacts.blob.core.windows.net/%24web/python/distributions/ml-sample/4523440/azure_ai_ml-1.25.0-py3-none-any.whl
# </az_ml_sdk_test_install>

# protobuf==5.29.0 has IndentationError bug
Expand Down

0 comments on commit b43159b

Please sign in to comment.