From 4f8ac0dee7d38d71c4d4ef09e4c06564dcd4c6e6 Mon Sep 17 00:00:00 2001 From: Hang Lei Date: Wed, 22 Oct 2025 10:32:57 +0800 Subject: [PATCH] Init --- azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f2fcdaca15e..aa4da140e3b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1178,6 +1178,9 @@ jobs: pip install msrestazure markupsafe==2.0.1 # Some extension will change the dependence, so run `azdev setup` again after all extensions installed. azdev setup -c ./s -r ./azure-cli-extensions + + # Force install this version to be compatible with numpy 2.0 + pip install deepdiff==8.6.1 mkdir -p /tmp/module_stats