# Runtime dependencies of the `walsh` package itself.
# Authoritative versions live in pyproject.toml; this file mirrors them so the
# project can also be set up with a plain `pip install -r requirements.txt`.
# tests/project/test_requirements_mirror.py fails if the two ever disagree.
#
# For the example script (examples/roundtrip.py) also install requirements-demo.txt.
# For tests and linting, install requirements-dev.txt.

numpy>=1.24,<3
click>=8.1,<9
