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 99d97fa commit 5bada1fCopy full SHA for 5bada1f
.github/scripts/setup-env.sh
@@ -33,7 +33,7 @@ conda create \
33
'ffmpeg<4.3'
34
conda activate ci
35
conda install --quiet --yes libjpeg-turbo -c pytorch
36
-pip install --progress-bar=off --upgrade setuptools
+pip install --progress-bar=off --upgrade setuptools==72.1.0
37
38
# See https://github.com/pytorch/vision/issues/6790
39
if [[ "${PYTHON_VERSION}" != "3.11" ]]; then
packaging/pre_build_script.sh
@@ -47,4 +47,4 @@ else
47
fi
48
49
pip install numpy pyyaml future ninja
50
-pip install --upgrade setuptools
+pip install --upgrade setuptools==72.1.0
0 commit comments