Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
|
@@ -1,9 +1,11 @@
|
|
| 1 |
fastapi==0.104.1
|
| 2 |
uvicorn==0.23.2
|
|
|
|
| 3 |
python-multipart==0.0.6
|
| 4 |
jinja2==3.1.2
|
| 5 |
-
transformers==4.
|
| 6 |
-
torch==2.
|
|
|
|
| 7 |
pillow==10.0.1
|
| 8 |
python-docx==0.8.11
|
| 9 |
pandas==2.1.1
|
|
@@ -13,11 +15,11 @@ seaborn==0.13.0
|
|
| 13 |
openpyxl==3.1.2
|
| 14 |
scikit-learn==1.3.1
|
| 15 |
scipy==1.11.3
|
| 16 |
-
google-generativeai==0.8.
|
| 17 |
python-dotenv==1.0.1
|
| 18 |
requests==2.32.3
|
| 19 |
sentencepiece==0.2.0
|
| 20 |
-
pymupdf==1.24.
|
| 21 |
pdfminer.six==20231228
|
| 22 |
pdf2image==1.17.0
|
| 23 |
python-magic==0.4.27
|
|
|
|
| 1 |
fastapi==0.104.1
|
| 2 |
uvicorn==0.23.2
|
| 3 |
+
gunicorn==22.0.0
|
| 4 |
python-multipart==0.0.6
|
| 5 |
jinja2==3.1.2
|
| 6 |
+
transformers==4.44.2
|
| 7 |
+
torch==2.4.1
|
| 8 |
+
hf_xet==0.1.0
|
| 9 |
pillow==10.0.1
|
| 10 |
python-docx==0.8.11
|
| 11 |
pandas==2.1.1
|
|
|
|
| 15 |
openpyxl==3.1.2
|
| 16 |
scikit-learn==1.3.1
|
| 17 |
scipy==1.11.3
|
| 18 |
+
google-generativeai==0.8.1
|
| 19 |
python-dotenv==1.0.1
|
| 20 |
requests==2.32.3
|
| 21 |
sentencepiece==0.2.0
|
| 22 |
+
pymupdf==1.24.9
|
| 23 |
pdfminer.six==20231228
|
| 24 |
pdf2image==1.17.0
|
| 25 |
python-magic==0.4.27
|