Skip to content

Commit 5bada1f

Browse files
authored
Cherry-Pick Pin setuptools to 72.1.0 (#8606)
1 parent 99d97fa commit 5bada1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/scripts/setup-env.sh

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ else
4747
fi
4848

4949
pip install numpy pyyaml future ninja
50-
pip install --upgrade setuptools
50+
pip install --upgrade setuptools==72.1.0

0 commit comments

Comments
 (0)