| # Web Framework | |
| dash==2.14.0 | |
| dash-bootstrap-components==1.5.0 | |
| Flask>=1.0.4,<2.3.0 | |
| # Visualization | |
| plotly==5.18.0 | |
| # Data Processing | |
| pandas==2.1.0 | |
| numpy==1.24.0 | |
| openpyxl==3.1.2 | |
| # Machine Learning | |
| torch==2.4.0 | |
| chronos-forecasting==2.0.0 | |
| transformers>=4.49.0 | |
| accelerate>=0.34.0 | |
| # Server (Linux/Mac only - Windows uses Flask dev server) | |
| gunicorn==21.2.0; platform_system != "Windows" | |
| # Utilities | |
| python-dotenv==1.0.0 | |
| requests==2.31.0 | |