Rong6693 commited on
Commit
a267fe0
·
verified ·
1 Parent(s): a7026c5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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,HF Spaces 可直接裝) ---
19
  torch==2.2.2
20
 
21
  # --- 文字處理 / 小工具 ---
22
  tiktoken==0.7.0
23
  python-dotenv==1.0.1
24
 
25
- # --- MCP(可選工具協議;你要用) ---
26
- modelcontextprotocol>=1.12.4
 
15
  sentence-transformers==2.6.1
16
  faiss-cpu==1.8.0.post1
17
 
18
+ # --- Runtime(CPU wheelSpaces 可直接裝) ---
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