File size: 654 Bytes
e6433cf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# # Updated Windows-compatible requirements for Topcoder Intelligence Assistant
# # Working configuration with Gradio 5.39.0

# # UI Framework - confirmed working version
# gradio==5.39.0

# # Core dependencies (pre-built wheels available)
# httpx>=0.25.0
# python-dotenv>=1.0.0
# typing-extensions>=4.8.0

# # Optional: For future MCP integration when authentication is resolved
# # fastapi>=0.104.0
# # uvicorn>=0.24.0

# Hugging Face Spaces Deployment Requirements
# Topcoder Challenge Intelligence Assistant
# CPU Basic Compatible - No GPU Dependencies

gradio==5.39.0
httpx>=0.25.0
python-dotenv>=1.0.0
typing-extensions>=4.8.0