File size: 339 Bytes
5ef3341 d9ee5b0 5ef3341 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | # Slim requirements for Docker backend (no torch/chronos/streamlit) # These are the packages actually needed at runtime by the FastAPI API. pandas>=2.0 numpy>=1.24 scikit-learn>=1.3 requests>=2.28 python-dotenv>=1.0 xgboost>=2.0,<3.0 # pin <3 to avoid nvidia-nccl-cu12 (294MB, useless on CPU) pvlib>=0.10.0 astral>=3.2 google-genai>=1.0 |