From ff10fc202fe7d2161a43f60b07c346cdb4921c21 Mon Sep 17 00:00:00 2001 From: peterjc123 Date: Wed, 23 Oct 2024 06:32:02 +0000 Subject: [PATCH] update pillow --- .github/workflows/full-test.yml | 4 ++-- .github/workflows/unit-test.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/full-test.yml b/.github/workflows/full-test.yml index 0a2fcb2..37d006c 100644 --- a/.github/workflows/full-test.yml +++ b/.github/workflows/full-test.yml @@ -50,9 +50,9 @@ jobs: fi elif [ "$RUNNER_OS" == "Windows" ]; then if [[ "$TORCHVISION_VER" == "latest" && "$PYTORCH_VER" == "latest" ]]; then - conda install pytorch torchvision cpuonly pillow=7 -c pytorch + conda install pytorch torchvision cpuonly pillow=8 -c pytorch else - conda install pytorch=$PYTORCH_VER torchvision=$TORCHVISION_VER cpuonly pillow=7 -c pytorch + conda install pytorch=$PYTORCH_VER torchvision=$TORCHVISION_VER cpuonly pillow=8 -c pytorch fi else if [[ "$TORCHVISION_VER" == "latest" && "$PYTORCH_VER" == "latest" ]]; then diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index e821a9c..0311314 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -44,9 +44,9 @@ jobs: fi elif [ "$RUNNER_OS" == "Windows" ]; then if [[ "$TORCHVISION_VER" == "latest" && "$PYTORCH_VER" == "latest" ]]; then - conda install pytorch torchvision cpuonly pillow=7 -c pytorch + conda install pytorch torchvision cpuonly pillow=8 -c pytorch else - conda install pytorch=$PYTORCH_VER torchvision=$TORCHVISION_VER cpuonly pillow=7 -c pytorch + conda install pytorch=$PYTORCH_VER torchvision=$TORCHVISION_VER cpuonly pillow=8 -c pytorch fi else if [[ "$TORCHVISION_VER" == "latest" && "$PYTORCH_VER" == "latest" ]]; then