Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -6
requirements.txt
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
-
streamlit
|
| 2 |
-
transformers
|
| 3 |
-
torch
|
| 4 |
-
pandas
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit>=1.25
|
| 2 |
+
transformers>=4.30
|
| 3 |
+
torch>=2.0
|
| 4 |
+
pandas>=1.5
|
| 5 |
+
pymupdf>=1.22.3
|
| 6 |
+
python-docx>=0.8.11
|
| 7 |
+
reportlab>=4.0.7
|
| 8 |
+
pypandoc>=1.11
|