From 3ea0443ee8ff489a98fc9671ed7749c440498bc5 Mon Sep 17 00:00:00 2001 From: Philip Meier Date: Tue, 14 Nov 2023 10:07:45 +0100 Subject: [PATCH] install packaging as part of the regular dev requirements --- .github/scripts/setup-env.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/scripts/setup-env.sh b/.github/scripts/setup-env.sh index 97514598647..94dcb1b57b6 100755 --- a/.github/scripts/setup-env.sh +++ b/.github/scripts/setup-env.sh @@ -44,9 +44,7 @@ conda create \ 'ffmpeg<4.3' 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 +pip install --progress-bar=off --upgrade setuptools packaging # See https://github.com/pytorch/vision/issues/6790 if [[ "${PYTHON_VERSION}" != "3.11" ]]; then