# M0 blessed environment
# Verified in this repository on Python 3.12.11 + CUDA 12.4.
# Install with:
#   uv venv .venv --python 3.12
#   source .venv/bin/activate   # Linux/macOS
#   .venv\Scripts\activate      # Windows
#   uv pip install -r requirements/m0-py312-cu124.txt
#   uv pip install -e . --no-deps

--extra-index-url https://download.pytorch.org/whl/cu124

PyYAML==6.0.3
torch==2.6.0+cu124
transformers==5.5.4
accelerate==1.13.0
datasets==4.8.4
safetensors==0.7.0
tqdm==4.67.3
tokenizers==0.22.2
wandb==0.26.0
swanlab==0.7.15
typing-extensions==4.15.0
pytest==9.0.3
pytest-cov==7.1.0
ruff==0.15.11
mypy==1.20.1
