Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Core dependencies
|
| 2 |
+
fastapi
|
| 3 |
+
uvicorn
|
| 4 |
+
gunicorn==21.2.0
|
| 5 |
+
python-multipart
|
| 6 |
+
pandas
|
| 7 |
+
numpy<2.0.0
|
| 8 |
+
openai
|
| 9 |
+
opencv-python-headless
|
| 10 |
+
xlsxwriter
|
| 11 |
+
huggingface_hub
|
| 12 |
+
google-generativeai
|