We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4e81fa commit 831879aCopy full SHA for 831879a
.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
@@ -34,4 +34,4 @@ else
fi
pip install numpy pyyaml future ninja
-pip install --upgrade setuptools
+pip install --upgrade setuptools==72.1.0
0 commit comments