Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +21 -0
requirements.txt
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
annotated-types==0.7.0
|
| 2 |
+
anyio==4.9.0
|
| 3 |
+
click==8.1.8
|
| 4 |
+
colorama==0.4.6
|
| 5 |
+
fastapi==0.115.12
|
| 6 |
+
h11==0.14.0
|
| 7 |
+
idna==3.10
|
| 8 |
+
joblib==1.4.2
|
| 9 |
+
numpy==2.2.5
|
| 10 |
+
pydantic==2.11.3
|
| 11 |
+
pydantic_core==2.33.1
|
| 12 |
+
PyPDF2==3.0.1
|
| 13 |
+
python-multipart==0.0.20
|
| 14 |
+
scikit-learn==1.6.1
|
| 15 |
+
scipy==1.15.2
|
| 16 |
+
sniffio==1.3.1
|
| 17 |
+
starlette==0.46.2
|
| 18 |
+
threadpoolctl==3.6.0
|
| 19 |
+
typing-inspection==0.4.0
|
| 20 |
+
typing_extensions==4.13.2
|
| 21 |
+
uvicorn==0.34.2
|