| # --- Core pins required by Uni2TS 2.0.0 (see repo pyproject.toml) --- | |
| numpy==1.26.4 | |
| scipy==1.11.3 | |
| torch>=2.1,<2.5 | |
| gluonts~=0.14.3 | |
| einops==0.7.* | |
| lightning>=2.0 | |
| # --- App deps --- | |
| gradio>=4.0 | |
| yfinance>=0.2.40 | |
| pandas>=2.0 | |
| matplotlib>=3.8 | |
| huggingface_hub>=0.23 | |
| # --- Uni2TS (has the moirai2 module/classes you need) --- | |
| git+https://github.com/SalesforceAIResearch/uni2ts.git | |