From 5ecd9b44e806193aa54ddf01d1bd39791dc6849e Mon Sep 17 00:00:00 2001 From: Lucas <12496191+lucashuy@users.noreply.github.com> Date: Tue, 17 Oct 2023 08:39:27 -0700 Subject: [PATCH] Bump pillow to 10.1.0 for py3.8 pytorch project --- .../{{cookiecutter.project_name}}/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3.8/apigw-pytorch/{{cookiecutter.project_name}}/app/requirements.txt b/python3.8/apigw-pytorch/{{cookiecutter.project_name}}/app/requirements.txt index 0091dffcf..de7727866 100644 --- a/python3.8/apigw-pytorch/{{cookiecutter.project_name}}/app/requirements.txt +++ b/python3.8/apigw-pytorch/{{cookiecutter.project_name}}/app/requirements.txt @@ -1,4 +1,4 @@ -f https://download.pytorch.org/whl/torch_stable.html torch=={{cookiecutter.pytorch_version}}+cpu torchvision=={{cookiecutter.torchvision_version}}+cpu -pillow==9.3.0 +pillow==10.1.0