# Documentation build requirements.
#
# Everything is declared in pyproject.toml under [project.optional-dependencies]
# docs, so this file only points at it. It previously restated the runtime
# dependency list and drifted out of sync -- pinning torch>=2.1 against a
# declared >=2.5, ABCParse>=0.0.7 against >=0.1.4, and omitting h5py, scanpy and
# requests entirely. Add new documentation dependencies to the `docs` extra, not
# here.

-e ".[docs]"
