oussama commited on
Commit
19bebec
1 Parent(s): dbcb4f5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -6
requirements.txt CHANGED
@@ -1,6 +1,5 @@
1
- ffmpeg
2
- libsm6
3
- libxext6 -y
4
- libgl1
5
- -y libgl1-mesa-glx
6
- tesseract-ocr
1
+ git+https://github.com/huggingface/transformers.git
2
+ PyYAML==6.0
3
+ pytesseract==0.3.9
4
+ datasets==2.2.2
5
+ seqeval==1.2.2