Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +8 -47
requirements.txt
CHANGED
|
@@ -1,47 +1,8 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
numexpr==2.7.3
|
| 10 |
-
numpy==1.20.3
|
| 11 |
-
oauthlib==3.1.0
|
| 12 |
-
opencv-contrib-python==4.6.0.66
|
| 13 |
-
openpyxl==3.0.7
|
| 14 |
-
Pillow==9.0.1
|
| 15 |
-
plotly==4.14.3
|
| 16 |
-
ply==3.11
|
| 17 |
-
protobuf==3.14.0
|
| 18 |
-
psutil==5.8.0
|
| 19 |
-
pyarrow==7.0.0
|
| 20 |
-
pydantic==1.7.3
|
| 21 |
-
pydeck==0.7.1
|
| 22 |
-
PyDictionary==2.0.1
|
| 23 |
-
pydot==1.4.2
|
| 24 |
-
pymongo==4.0.2
|
| 25 |
-
Pympler==1.0.1
|
| 26 |
-
PyMuPDF==1.20.2
|
| 27 |
-
pyperclip==1.8.2
|
| 28 |
-
pyppeteer==0.2.5
|
| 29 |
-
pyquery==1.4.3
|
| 30 |
-
pyreadline3==3.3
|
| 31 |
-
pytesseract==0.3.10
|
| 32 |
-
pytz-deprecation-shim==0.1.0.post0
|
| 33 |
-
PyWavelets==1.1.1
|
| 34 |
-
PyYAML==5.4.1
|
| 35 |
-
scipy==1.4.1
|
| 36 |
-
seaborn==0.11.1
|
| 37 |
-
sklearn==0.0
|
| 38 |
-
streamlit==1.5.1
|
| 39 |
-
timm==0.6.7
|
| 40 |
-
tokenizers==0.12.1
|
| 41 |
-
toml==0.10.2
|
| 42 |
-
toolz==0.11.1
|
| 43 |
-
torch==1.10.0
|
| 44 |
-
torchvision==0.11.1
|
| 45 |
-
git+https://github.com/huggingface/transformers.git
|
| 46 |
-
#-e git+https://github.com/nielsrogge/transformers.git@d34f7e6ffbb911d39465173ef2b35ba147ef58a9#egg=transformers
|
| 47 |
-
urllib3==1.26.7
|
|
|
|
| 1 |
+
opencv-python
|
| 2 |
+
pytesseract
|
| 3 |
+
Pillow
|
| 4 |
+
gradio
|
| 5 |
+
timm
|
| 6 |
+
transformers
|
| 7 |
+
numpy
|
| 8 |
+
pandas
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|