Merge pull request #6 from GreatV/dependabot/pip/pillow-gte-9.2-and-lt-9.4

Update pillow requirement from ~=9.2.0 to >=9.2,<9.4
This commit is contained in:
Wang Xin 2022-10-31 18:01:12 +08:00 committed by GitHub
commit 53a5b316d2
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 = [ dependencies = [
"opencv-python>=4.1.2", "opencv-python>=4.1.2",
"Pillow~=9.2.0", "Pillow>=9.2,<9.4",
"scikit-learn~=1.1.1", "scikit-learn~=1.1.1",
"numpy~=1.23.1" "numpy~=1.23.1"
] ]