Skip to content

Commit

Permalink
bump: update pillow verson to 10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelVRossi committed Oct 4, 2023
1 parent ff0728f commit 52528d2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
strategy:
matrix:
python_version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/unittest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
fail-fast: false
matrix:
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

RUNTIME_REQUIREMENTS = [
"opencv-python-headless==4.*,>=4.2.0",
"Pillow>=9.0.0",
"Pillow==10.*,>=10.0.1",
"pyres==1.*,>=1.5.0",
"redis==4.*,>=4.2.0",
"sentry-sdk==0.*,>=0.14.2",
Expand All @@ -44,7 +44,7 @@
url="https://github.com/thumbor/remotecv",
version=version,
description="remotecv is an OpenCV worker for facial and feature recognition",
python_requires="==3.*,>=3.7.0",
python_requires="==3.*,>=3.8.0",
author="Bernardo Heynemann",
author_email="[email protected]",
license="MIT",
Expand All @@ -57,7 +57,6 @@
"Operating System :: MacOS",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit 52528d2

Please sign in to comment.