Chris4K commited on
Commit
d4e1f1d
·
verified ·
1 Parent(s): b531c29

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +31 -3
requirements.txt CHANGED
@@ -1,3 +1,31 @@
1
- sentence_transformers
2
- gradio[mcp]
3
- gradio
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core Gradio with MCP support
2
+ gradio[mcp]>=5.0.0
3
+
4
+ # MCP dependencies
5
+ mcp>=1.0.0
6
+
7
+ # Search and ML dependencies
8
+ huggingface_hub>=0.20.0
9
+ sentence-transformers>=2.2.0
10
+ torch>=2.0.0
11
+ transformers>=4.30.0
12
+
13
+ # HTTP client for verification
14
+ aiohttp>=3.8.0
15
+ requests>=2.28.0
16
+
17
+ # Data processing
18
+ pandas>=1.5.0
19
+ numpy>=1.24.0
20
+
21
+ # Async support
22
+ asyncio-throttle>=1.0.0
23
+ anyio>=3.6.0
24
+
25
+ # Improved ASGI handling
26
+ uvicorn[standard]>=0.20.0
27
+ starlette>=0.32.0
28
+ fastapi>=0.104.0
29
+
30
+ # Logging and utilities
31
+ python-dateutil>=2.8.0