| # Core Streamlit and data processing | |
| streamlit>=1.28.0 | |
| pandas>=1.5.0 | |
| numpy>=1.24.0 | |
| altair>=4.2.0 | |
| # Machine Learning and NLP | |
| transformers>=4.30.0 | |
| torch>=2.0.0 | |
| tokenizers>=0.13.0 | |
| # Financial data | |
| yfinance>=0.2.18 | |
| # Visualization and UI | |
| plotly>=5.15.0 | |
| matplotlib>=3.7.0 | |
| seaborn>=0.12.0 | |
| # Utilities | |
| requests>=2.31.0 | |
| python-dateutil>=2.8.0 | |
| pytz>=2023.3 |