# Pinned versions for CI; keep in sync with .github/workflows/ci.yml
# Install with: pip install -r requirements-ci.txt
maturin>=1.4,<2
pytest>=8,<9
# mypy 1.10+ dropped support for python_version = "3.8" in config; we support 3.8.
mypy>=1.4,<1.10
