Spaces:
Runtime error
Runtime error
Update backend/requirements.txt
Browse files- backend/requirements.txt +18 -16
backend/requirements.txt
CHANGED
|
@@ -1,16 +1,18 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
+
fastapi
|
| 3 |
+
uvicorn
|
| 4 |
+
python-multipart
|
| 5 |
+
google-generativeai>=0.5.0
|
| 6 |
+
python-dotenv
|
| 7 |
+
groq
|
| 8 |
+
mistralai
|
| 9 |
+
easyocr
|
| 10 |
+
PyMuPDF
|
| 11 |
+
pillow
|
| 12 |
+
e2b-code-interpreter
|
| 13 |
+
openai
|
| 14 |
+
docling
|
| 15 |
+
torch
|
| 16 |
+
transformers
|
| 17 |
+
numpy<2.0
|
| 18 |
+
accelerate
|