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 b6d28a8 commit 55fd6e5Copy full SHA for 55fd6e5
scripts/auto_release/requirement.txt
@@ -6,5 +6,5 @@ packaging==24.1
6
pytest==6.2.5
7
fastcore==1.3.25
8
tox==4.15.0
9
-wheel==0.45.1
+wheel==0.43.0
10
setuptools==78.1.0
scripts/automation_init.sh
@@ -4,8 +4,9 @@
4
python -m pip install -U pip > /dev/null
5
python scripts/dev_setup.py -p azure-core > /dev/null
pip install tox==4.15.0 > /dev/null
-pip install wheel==0.45.1 > /dev/null
+pip install wheel==0.43.0 > /dev/null
pip install setuptools==78.1.0 > /dev/null
+pip install setuptools-scm==8.3.0 > /dev/null
11
# install tsp-client globally (local install may interfere with tooling)
12
echo Install tsp-client
0 commit comments