Skip to content

Commit

Permalink
Revert "temporarily add packaging as CI requirement (pytorch#8100)"
Browse files Browse the repository at this point in the history
This reverts commit ef2c281.
  • Loading branch information
pmeier committed Nov 23, 2023
1 parent ab4c102 commit a143f8f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/scripts/setup-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ conda create \
conda activate ci
conda install --quiet --yes libjpeg-turbo -c pytorch
pip install --progress-bar=off --upgrade setuptools
# FIXME: remove this when https://github.com/pytorch/pytorch/pull/113154 is resolved
pip install --progress-bar=off packaging

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

0 comments on commit a143f8f

Please sign in to comment.