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 Jul 12, 2024
1 parent 68f6976 commit cd0d7ef
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://docsupport.blob.core.windows.net/ml-sample-submissions/3957062/azure_ai_ml-1.17.1-py3-none-any.whl
# </az_ml_sdk_test_install>

pip list

0 comments on commit cd0d7ef

Please sign in to comment.