Update requirements.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
|
@@ -1,9 +1,12 @@
|
|
| 1 |
-
streamlit>=1.
|
| 2 |
PyPDF2
|
| 3 |
python-docx
|
| 4 |
transformers
|
| 5 |
-
torch>=2.
|
| 6 |
sentencepiece
|
| 7 |
accelerate
|
| 8 |
textblob
|
| 9 |
-
protobuf
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit>=1.40.0
|
| 2 |
PyPDF2
|
| 3 |
python-docx
|
| 4 |
transformers
|
| 5 |
+
torch>=2.5.0
|
| 6 |
sentencepiece
|
| 7 |
accelerate
|
| 8 |
textblob
|
| 9 |
+
protobuf
|
| 10 |
+
pillow>=10.0.0
|
| 11 |
+
numpy>=1.26.0
|
| 12 |
+
pandas>=2.2.0
|