We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50f168d commit 4f241e4Copy full SHA for 4f241e4
sdk/python/setup.sh
@@ -1,7 +1,6 @@
1
#!/bin/bash
2
3
# <az_ml_sdk_install>
4
-# pip install --pre azure-ai-ml
5
# </az_ml_sdk_install>
6
7
# <mldesigner_install>
@@ -15,9 +14,7 @@ pip install pandas
15
14
16
17
# <az_ml_sdk_test_install>
18
-# pip install azure-ai-ml==0.1.0.b8
19
-pip install azure-ai-ml
20
-# https://docsupport.blob.core.windows.net/ml-sample-submissions/1905732/azure_ai_ml-1.0.0-py3-none-any.whl
+pip install https://azuresdkartifacts.z5.web.core.windows.net/python/distributions/ml-sample/6085612/azure_ai_ml-1.32.0-py3-none-any.whl
21
# </az_ml_sdk_test_install>
22
23
# protobuf==5.29.0 has IndentationError bug
0 commit comments