Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +0 -20
requirements.txt
CHANGED
|
@@ -1,22 +1,2 @@
|
|
| 1 |
-
fastapi==0.111.1
|
| 2 |
-
uvicorn==0.30.6
|
| 3 |
gradio==4.44.1
|
| 4 |
-
|
| 5 |
-
transformers==4.44.2
|
| 6 |
-
torch>=2.1.0
|
| 7 |
-
sentence-transformers==3.0.1
|
| 8 |
-
faiss-cpu==1.8.0.post1
|
| 9 |
-
|
| 10 |
-
python-docx==1.1.2
|
| 11 |
-
python-pptx==0.6.23
|
| 12 |
-
|
| 13 |
-
beautifulsoup4==4.12.3
|
| 14 |
-
requests==2.32.3
|
| 15 |
-
readability-lxml==0.8.1
|
| 16 |
-
lxml==5.3.0
|
| 17 |
-
lxml_html_clean==0.1.1
|
| 18 |
-
tldextract==5.1.2
|
| 19 |
python-dotenv==1.0.1
|
| 20 |
-
|
| 21 |
-
# FastAPI 0.111 は Pydantic v2 系
|
| 22 |
-
pydantic>=2,<3
|
|
|
|
|
|
|
|
|
|
| 1 |
gradio==4.44.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
python-dotenv==1.0.1
|
|
|
|
|
|
|
|
|