mirror of
https://github.com/lynchaos/ashvale-station.git
synced 2026-09-12 20:52:23 +00:00
12 lines
333 B
Plaintext
12 lines
333 B
Plaintext
# Core: everything the ML suite needs. No torch, no sklearn, no pandas.
|
|
# The learners are pure numpy by design so a Zero 2 W stays under 120 MB RSS.
|
|
fastapi>=0.110
|
|
uvicorn[standard]>=0.29
|
|
pydantic>=2.6
|
|
numpy>=1.24
|
|
PyYAML>=6.0
|
|
|
|
# Hardware only. Skip these on a laptop and the simulator takes over.
|
|
# sense-hat>=2.6.0
|
|
# smbus2>=0.4.3
|