Spaces:
Sleeping
Sleeping
File size: 386 Bytes
476018b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | # MaTableGPT MCP Service Requirements # ==================================== # Core MCP Framework (with SSE support) mcp[cli]>=1.0.0 # OpenAI-compatible API client openai>=1.0.0 # HTML Parsing beautifulsoup4>=4.12.0 lxml>=4.9.0 # Data Processing pandas>=2.0.0 # SSE/HTTP Support starlette>=0.27.0 uvicorn>=0.23.0 httpx>=0.25.0 # Optional: For table splitting analysis nltk>=3.8.0 |