SEUyishu commited on
Commit
a5e4b79
·
verified ·
1 Parent(s): 8f46cf0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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 for GPT extraction
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
- gradio>=4.0.0
19
-
20
- # Async Support
21
- httpx>=0.25.0
22
-
23
- # Optional: For table splitting analysis
24
- nltk>=3.8.0
 
 
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