Skip to content

Commit

Permalink
transformers: Update Pillow dependency to latest
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Wilson <[email protected]>
  • Loading branch information
aaronnw committed Jan 23, 2024
1 parent d9680d5 commit f7c9707
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion transformers/keras_preprocess/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ fastapi==0.104.1
uvicorn==0.24.0.post1
gunicorn==21.2.0
aiohttp==3.9.1
pillow==10.1.0
pillow==10.2.0
scipy==1.10.1
keras==2.12.0
tensorflow==2.12.0
2 changes: 1 addition & 1 deletion transformers/torchvision_preprocess/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ fastapi==0.104.1
uvicorn==0.24.0.post1
gunicorn==21.2.0
aiohttp==3.9.1
Pillow==10.1.0
pillow==10.2.0
torchvision==0.16.1

0 comments on commit f7c9707

Please sign in to comment.