File size: 538 Bytes
91b87fa | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | # --- 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 |