Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +25 -24
requirements.txt
CHANGED
|
@@ -1,24 +1,25 @@
|
|
| 1 |
-
# MaTableGPT MCP Service Requirements
|
| 2 |
-
# ====================================
|
| 3 |
-
|
| 4 |
-
# Core MCP Framework
|
| 5 |
-
mcp>=0.1.0
|
| 6 |
-
|
| 7 |
-
# OpenAI API
|
| 8 |
-
openai>=1.0.0
|
| 9 |
-
|
| 10 |
-
# HTML Parsing
|
| 11 |
-
beautifulsoup4>=4.12.0
|
| 12 |
-
lxml>=4.9.0
|
| 13 |
-
|
| 14 |
-
# Data Processing
|
| 15 |
-
pandas>=2.0.0
|
| 16 |
-
|
| 17 |
-
# Web Framework for HuggingFace Space
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
|
|
|
|
|
| 1 |
+
# MaTableGPT MCP Service Requirements
|
| 2 |
+
# ====================================
|
| 3 |
+
|
| 4 |
+
# Core MCP Framework
|
| 5 |
+
mcp>=0.1.0
|
| 6 |
+
|
| 7 |
+
# OpenAI-compatible API client
|
| 8 |
+
openai>=1.0.0
|
| 9 |
+
|
| 10 |
+
# HTML Parsing
|
| 11 |
+
beautifulsoup4>=4.12.0
|
| 12 |
+
lxml>=4.9.0
|
| 13 |
+
|
| 14 |
+
# Data Processing
|
| 15 |
+
pandas>=2.0.0
|
| 16 |
+
|
| 17 |
+
# Web Framework for HuggingFace Space
|
| 18 |
+
# Use specific version range for compatibility
|
| 19 |
+
gradio>=3.50.0,<5.0.0
|
| 20 |
+
|
| 21 |
+
# Async Support
|
| 22 |
+
httpx>=0.25.0
|
| 23 |
+
|
| 24 |
+
# Optional: For table splitting analysis
|
| 25 |
+
nltk>=3.8.0
|