Skip to content

Commit

Permalink
Introduce Pillow as a dependency (#2374)
Browse files Browse the repository at this point in the history
This is a necessary module, which was initially installed via torchvision
  • Loading branch information
tomaarsen committed Dec 12, 2023
1 parent aba19ec commit 5b22be9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ scipy
nltk
sentencepiece
huggingface-hub
Pillow
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
'scipy',
'nltk',
'sentencepiece',
'huggingface-hub>=0.4.0'
'huggingface-hub>=0.4.0',
'Pillow'
],
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit 5b22be9

Please sign in to comment.