Skip to content

Commit 831879a

Browse files
authored
Pin setuptools to 72.1.0 (#8592)
1 parent c4e81fa commit 831879a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/scripts/setup-env.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ conda create \
3333
'ffmpeg<4.3'
3434
conda activate ci
3535
conda install --quiet --yes libjpeg-turbo -c pytorch
36-
pip install --progress-bar=off --upgrade setuptools
36+
pip install --progress-bar=off --upgrade setuptools==72.1.0
3737

3838
# See https://github.com/pytorch/vision/issues/6790
3939
if [[ "${PYTHON_VERSION}" != "3.11" ]]; then

packaging/pre_build_script.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ else
3434
fi
3535

3636
pip install numpy pyyaml future ninja
37-
pip install --upgrade setuptools
37+
pip install --upgrade setuptools==72.1.0

0 commit comments

Comments
 (0)