| # --- Core Application --- | |
| streamlit>=1.30.0 | |
| # --- AI & Deep Learning (CPU Friendly Default) --- | |
| # Pinned versions ensure the code doesn't break with future updates | |
| torch>=2.1.0 | |
| transformers>=4.36.0 | |
| accelerate>=0.26.0 | |
| # --- Data Handling & API --- | |
| huggingface_hub>=0.20.0 | |
| datasets>=2.16.0 | |
| pandas>=2.1.0 | |
| scikit-learn>=1.3.0 | |
| # --- Visualization --- | |
| plotly>=5.18.0 | |
| scipy>1.10.0 | |
| # --- Utilities --- | |
| # specific encoding fix for some Windows environments | |
| # charset-normalizer>=3.3.0 | |
| bitsandbytes>=0.41.0 | |
| networkx>=3.0 |