Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -14
requirements.txt
CHANGED
|
@@ -1,30 +1,18 @@
|
|
| 1 |
fastapi==0.111.1
|
| 2 |
uvicorn==0.30.6
|
| 3 |
-
|
| 4 |
-
# ← 安定ペアに固定
|
| 5 |
gradio==4.44.1
|
| 6 |
-
|
| 7 |
-
|
| 8 |
python-dotenv==1.0.1
|
| 9 |
-
|
| 10 |
-
# RAG/Embedding
|
| 11 |
sentence-transformers==3.0.1
|
| 12 |
faiss-cpu==1.8.0.post1
|
| 13 |
-
|
| 14 |
-
# 生成
|
| 15 |
transformers==4.44.2
|
| 16 |
torch==2.3.1
|
| 17 |
-
|
| 18 |
-
# 取得/整形
|
| 19 |
requests==2.32.3
|
| 20 |
beautifulsoup4==4.12.3
|
| 21 |
readability-lxml==0.8.1
|
| 22 |
lxml==5.3.0
|
| 23 |
lxml_html_clean==0.1.1
|
| 24 |
-
|
| 25 |
-
# 出力
|
| 26 |
python-docx==1.1.2
|
| 27 |
python-pptx==0.6.23
|
| 28 |
-
|
| 29 |
-
# FastAPI 0.111 は Pydantic v2 系
|
| 30 |
pydantic>=2,<3
|
|
|
|
| 1 |
fastapi==0.111.1
|
| 2 |
uvicorn==0.30.6
|
|
|
|
|
|
|
| 3 |
gradio==4.44.1
|
| 4 |
+
gradio-client==1.3.0
|
|
|
|
| 5 |
python-dotenv==1.0.1
|
| 6 |
+
# 以下はそのまま
|
|
|
|
| 7 |
sentence-transformers==3.0.1
|
| 8 |
faiss-cpu==1.8.0.post1
|
|
|
|
|
|
|
| 9 |
transformers==4.44.2
|
| 10 |
torch==2.3.1
|
|
|
|
|
|
|
| 11 |
requests==2.32.3
|
| 12 |
beautifulsoup4==4.12.3
|
| 13 |
readability-lxml==0.8.1
|
| 14 |
lxml==5.3.0
|
| 15 |
lxml_html_clean==0.1.1
|
|
|
|
|
|
|
| 16 |
python-docx==1.1.2
|
| 17 |
python-pptx==0.6.23
|
|
|
|
|
|
|
| 18 |
pydantic>=2,<3
|