From 9cb190c01a179130034f76648233a11f69b09445 Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Wed, 29 Oct 2025 05:18:14 +0000 Subject: [PATCH] Update sdk/python/setup.sh to target fresh built azure-ai-ml wheel. --- sdk/python/setup.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sdk/python/setup.sh b/sdk/python/setup.sh index ec29a18244..9e68d0d26e 100644 --- a/sdk/python/setup.sh +++ b/sdk/python/setup.sh @@ -1,7 +1,6 @@ #!/bin/bash # -# pip install --pre azure-ai-ml # # @@ -15,9 +14,7 @@ pip install pandas # -# 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.z5.web.core.windows.net/python/distributions/ml-sample/5510497/azure_ai_ml-1.30.0-py3-none-any.whl # # protobuf==5.29.0 has IndentationError bug