# Development environment. The codec needs bit-identical logits between the
# encode and decode passes, so a reproducible environment is worth pinning even
# though the published package (pyproject.toml) only sets lower bounds.
#
# This pulls CPU wheels, which is what the test suite needs. For a CUDA build,
# swap the extra index for the one matching your driver, e.g.
#   https://download.pytorch.org/whl/cu124
--extra-index-url https://download.pytorch.org/whl/cpu

torch==2.13.0
transformers==5.15.0
pytest>=8.0
