# AlignTune dependencies are declared in pyproject.toml (PEP 621) - that is the
# single source of truth. This file just installs the package (and, with it,
# every runtime dependency) from a local checkout.
#
#   pip install -r requirements.txt      # editable install from this checkout
#
# Or, without cloning:
#
#   pip install aligntune                # from PyPI
#
# unsloth / unsloth_zoo / mergekit / tokenizer-extension are vendored inside the
# package (see third_party/ and setup.py) - do NOT pip install them separately.

-e .
