We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0a728a commit 4f8ac0dCopy full SHA for 4f8ac0d
azure-pipelines.yml
@@ -1178,6 +1178,9 @@ jobs:
1178
pip install msrestazure markupsafe==2.0.1
1179
# Some extension will change the dependence, so run `azdev setup` again after all extensions installed.
1180
azdev setup -c ./s -r ./azure-cli-extensions
1181
+
1182
+ # Force install this version to be compatible with numpy 2.0
1183
+ pip install deepdiff==8.6.1
1184
1185
mkdir -p /tmp/module_stats
1186
0 commit comments