Skip to content

Commit

Permalink
Cherry-Pick Pin setuptools to 72.1.0 (#8606)
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Aug 23, 2024
1 parent 99d97fa commit 5bada1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/setup-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ conda create \
'ffmpeg<4.3'
conda activate ci
conda install --quiet --yes libjpeg-turbo -c pytorch
pip install --progress-bar=off --upgrade setuptools
pip install --progress-bar=off --upgrade setuptools==72.1.0

# See https://github.com/pytorch/vision/issues/6790
if [[ "${PYTHON_VERSION}" != "3.11" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion packaging/pre_build_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ else
fi

pip install numpy pyyaml future ninja
pip install --upgrade setuptools
pip install --upgrade setuptools==72.1.0

0 comments on commit 5bada1f

Please sign in to comment.