Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
streamlit
|
2 |
-
python-docx
|
3 |
-
textract
|
4 |
-
transformers
|
5 |
-
torch
|
6 |
-
|
|
|
|
1 |
+
streamlit>=1.21.0
|
2 |
+
python-docx>=0.8.11
|
3 |
+
textract>=1.6.5
|
4 |
+
transformers>=4.28.0
|
5 |
+
torch>=2.0.0
|
6 |
+
numpy>=1.22.0
|
7 |
+
scipy>=1.9.0
|