| # Core data science packages |
| numpy>=1.24.0 |
| pandas>=2.0.0 |
| seaborn>=0.12.0 |
| matplotlib>=3.7.0 |
|
|
| # Jupyter and notebook support |
| jupyter>=1.0.0 |
| ipykernel>=6.0.0 |
| notebook>=6.5.0 |
|
|
| # Data processing and analysis |
| scikit-learn>=1.3.0 |
| scipy>=1.10.0 |
|
|
| # Visualization |
| plotly>=5.15.0 |
| bokeh>=3.0.0 |
|
|
| # JSON handling (for the json dataset processing) |
| json5>=0.9.0 |
|
|
| # Optional: AI/ML specific packages |
| torch>=2.0.0 |
| transformers>=4.30.0 |
| datasets>=2.12.0 |
|
|
| # Development and utility packages |
| tqdm>=4.65.0 |
| requests>=2.31.0 |
| python-dotenv>=1.0.0 |
| pycountry>=24.6.0 |