Skip to content

Commit

Permalink
Pin setuptools to 72.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Aug 14, 2024
1 parent c4e81fa commit 5d914dd
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 5d914dd

Please sign in to comment.