File size: 402 Bytes
3339913
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
# Dependencies for the Hugging Face Space (app.py + the algotrader package).
#
# Deliberately minimal: a Space that takes ten minutes to build is a Space
# nobody waits for. The v1 agentic system's heavier stack (torch,
# stable-baselines3, dash, alpaca-py) lives in requirements.txt and is not
# needed to run the Lab.
gradio>=4.44,<7
numpy>=1.24
pandas>=2.0
scipy>=1.10
plotly>=5.18
yfinance>=0.2.40