Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +16 -14
requirements.txt
CHANGED
|
@@ -1,14 +1,16 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
pillow
|
| 14 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
requests>=2.28.0
|
| 2 |
+
beautifulsoup4>=4.11.0
|
| 3 |
+
pandas>=2.0.0,<3.0.0
|
| 4 |
+
scikit-learn>=1.4.0
|
| 5 |
+
transformers>=4.39.0
|
| 6 |
+
torch>=2.0.0
|
| 7 |
+
hazm==0.10.0
|
| 8 |
+
numpy==1.24.3
|
| 9 |
+
gradio>=4.0.0
|
| 10 |
+
fastapi>=0.95.0
|
| 11 |
+
uvicorn>=0.20.0
|
| 12 |
+
python-multipart>=0.0.6
|
| 13 |
+
pillow>=9.0.0
|
| 14 |
+
pymupdf>=1.21.0
|
| 15 |
+
python-dotenv>=0.21.0
|
| 16 |
+
plotly>=5.0.0
|