vukpetar commited on
Commit
e4acf28
1 Parent(s): 8e8d08d

Update requirements.txt

Browse files

As the ANTIALIAS attribute of the Pillow package is removed in version 10.0, I think that version 9 of the Pillow library should be defined.

Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -5,4 +5,5 @@ torchaudio --index-url https://download.pytorch.org/whl/cpu
5
  vietocr==0.3.11
6
  streamlit==1.21.0
7
  pandas
8
- transformers==4.29.1
 
 
5
  vietocr==0.3.11
6
  streamlit==1.21.0
7
  pandas
8
+ transformers==4.29.1
9
+ Pillow==9.5.0