Skip to content

Commit

Permalink
Support Pillow version upto 10.0.1 (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
debanjum authored Nov 16, 2023
1 parent 8439c07 commit 71204fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/requirements_ort.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ numpy>=1.19.5
six>=1.15.0
Shapely>=1.7.1
PyYAML
Pillow<=9.5.0
Pillow<=10.0.1
2 changes: 1 addition & 1 deletion python/requirements_paddle.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ numpy>=1.19.5
six>=1.15.0
Shapely>=1.7.1
PyYAML
Pillow<=9.5.0
Pillow<=10.0.1
2 changes: 1 addition & 1 deletion python/requirements_vino.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ numpy>=1.19.5
six>=1.15.0
Shapely>=1.7.1
PyYAML
Pillow<=9.5.0
Pillow<=10.0.1

0 comments on commit 71204fb

Please sign in to comment.