From 6eccd4969ff71726f24f69f8e72eb6d74c22ab29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 07:37:56 +0000 Subject: [PATCH] Bump pillow from 8.1.1 to 9.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.1.1 to 9.3.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/8.1.1...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bed838e..7b4fe87 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ url="https://github.com/LucaT1995/TL_blogpost", packages=setuptools.find_packages(), install_requires=["numpy==1.17.5", "scikit-learn==0.22.1", "scipy==1.4.1", "torch==1.2", "torchvision==0.4", - "pandas==0.24.2", "tqdm==4.41.1", "matplotlib==3.0.2", "Pillow==8.1.1", "lightonml==1.0.2", + "pandas==0.24.2", "tqdm==4.41.1", "matplotlib==3.0.2", "Pillow==9.3.0", "lightonml==1.0.2", "lightonopu==1.0.4"], classifiers=[ "Programming Language :: Python :: 3",