Merge pull request #11 from GreatV/dependabot/pip/pillow-gte-9.2-and-lt-9.5

Update pillow requirement from <9.4,>=9.2 to >=9.2,<9.5
This commit is contained in:
Wang Xin 2023-01-03 10:02:37 +08:00 committed by GitHub
commit 66cd3f1518
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ classifiers = [
]
dependencies = [
"opencv-python>=4.1.2",
"Pillow>=9.2,<9.4",
"Pillow>=9.2,<9.5",
"scikit-learn>=1.1.1,<1.3.0",
"numpy>=1.23.1,<1.25.0"
]