# uv override-dependencies for every generation build (nexus-heykz).
# The twin of pyproject.toml's [tool.uv] override-dependencies: uv reads that
# table from the INVOKING project, never from an installed wheel, so it
# protected only developers running from the checkout. This file ships in the
# wheel and install_generation.sh hands it to `uv pip install --overrides`.
# tests/test_install_source_wiring_pins.py pins the three copies (this file,
# pyproject.toml, mcpb/pyproject.toml) to the same entries.
av; sys_platform == 'never'
# nexus-gqrg0 (GH #1533): same pdftext<0.7 bound as the root pyproject.toml
# and mcpb/pyproject.toml -- pdftext 0.7.x broke mineru's span_pre_proc.py
# (see root pyproject.toml for detail).
pdftext>=0.6.3,<0.7
