Skip to content

Commit

Permalink
Revert "temporarily add packaging as CI requirement (#8100)" (#8131)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier authored Nov 23, 2023
1 parent ab4c102 commit 83090c2
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 83090c2

Please sign in to comment.