# LLM Workshop — hands-on notebook dependencies
#
# Colab: the notebook installs these automatically in its first cell.
# Local:  uv venv --python 3.12 .venv && uv pip install -r requirements.txt
#
# NOTE: Python 3.12 is pinned deliberately. As of this writing torch does not
# publish reliable wheels for 3.14, which is the default python3 on this machine.

torch>=2.2
transformers>=4.40
sentence-transformers>=3.0
numpy>=1.26
pandas>=2.0
scikit-learn>=1.4
matplotlib>=3.8
openai>=1.30

# Notebook runtime (Colab already provides these)
jupyter>=1.0
ipywidgets>=8.1
