Unverified Commit 5bada1fa authored by Andrey Talman's avatar Andrey Talman Committed by GitHub
Browse files

Cherry-Pick Pin setuptools to 72.1.0 (#8606)

parent 99d97fa5
...@@ -33,7 +33,7 @@ conda create \ ...@@ -33,7 +33,7 @@ conda create \
'ffmpeg<4.3' 'ffmpeg<4.3'
conda activate ci conda activate ci
conda install --quiet --yes libjpeg-turbo -c pytorch 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 # See https://github.com/pytorch/vision/issues/6790
if [[ "${PYTHON_VERSION}" != "3.11" ]]; then if [[ "${PYTHON_VERSION}" != "3.11" ]]; then
......
...@@ -47,4 +47,4 @@ else ...@@ -47,4 +47,4 @@ else
fi fi
pip install numpy pyyaml future ninja pip install numpy pyyaml future ninja
pip install --upgrade setuptools pip install --upgrade setuptools==72.1.0
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment