Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -7
requirements.txt
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
-
streamlit
|
2 |
-
python-docx
|
3 |
-
textract
|
4 |
-
transformers
|
5 |
-
torch
|
6 |
-
tqdm
|
7 |
-
numpy
|
8 |
protobuf<4.0.0
|
|
|
1 |
+
streamlit>=1.20.0
|
2 |
+
python-docx>=0.8.11
|
3 |
+
textract>=1.6.5
|
4 |
+
transformers>=4.30.0
|
5 |
+
torch>=2.0.0
|
|
|
|
|
6 |
protobuf<4.0.0
|