Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -15,12 +15,12 @@ huggingface-hub>=0.23.0
|
|
15 |
sentence-transformers==2.6.1
|
16 |
faiss-cpu==1.8.0.post1
|
17 |
|
18 |
-
# --- Runtime(CPU wheel
|
19 |
torch==2.2.2
|
20 |
|
21 |
# --- 文字處理 / 小工具 ---
|
22 |
tiktoken==0.7.0
|
23 |
python-dotenv==1.0.1
|
24 |
|
25 |
-
# --- MCP
|
26 |
-
modelcontextprotocol
|
|
|
15 |
sentence-transformers==2.6.1
|
16 |
faiss-cpu==1.8.0.post1
|
17 |
|
18 |
+
# --- Runtime(CPU wheel;Spaces 可直接裝) ---
|
19 |
torch==2.2.2
|
20 |
|
21 |
# --- 文字處理 / 小工具 ---
|
22 |
tiktoken==0.7.0
|
23 |
python-dotenv==1.0.1
|
24 |
|
25 |
+
# --- MCP(Spaces 的 Py3.10 只能裝到 0.1.0) ---
|
26 |
+
modelcontextprotocol==0.1.0
|