From f6a0b537fb48f7ce2f2d19fdef0eb0c461fde79e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 20:11:33 +0000 Subject: [PATCH] Bump pillow from 5.4.1 to 10.0.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.4.1 to 10.0.1. - [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/5.4.1...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index bc4d529ae..1b7a664fd 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,7 @@ simba-uw-tf-dev urllib3==1.26.6 myst-parser==0.16.1 -Pillow == 5.4.1 +Pillow == 10.0.1 pyyaml == 5.3.1 shapely == 1.7 dtreeviz == 0.8.1 diff --git a/setup.py b/setup.py index 887b861ef..8c2bdb090 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ author_email="sronilsson@gmail.com", description="Toolkit for computer classification of complex social behaviors in experimental animals", url="https://github.com/sgoldenlab/simba", - install_requires=['Pillow == 5.4.1', 'pyyaml == 5.3.1','shapely == 1.7','wxpython == 4.0.4', + install_requires=['Pillow == 10.0.1', 'pyyaml == 5.3.1','shapely == 1.7','wxpython == 4.0.4', 'dtreeviz == 0.8.1','eli5 == 0.10.1','graphviz == 0.11', 'imblearn == 0.0','imgaug == 0.4.0','imutils == 0.5.2','matplotlib == 3.0.3', 'numpy == 1.18.1', 'opencv-python == 3.4.5.20', 'pandas == 0.25.3','scikit-image == 0.14.2', 'scipy == 1.5.4','seaborn == 0.9.0',