# standard install requirements
-r ./requirements.txt

scipy >= 1.10.0, <= 1.17

# building the docs
sphinx >= 3.0.0, < 9.2
sphinx_copybutton < 0.6
sphinx-rtd-theme >= 1.0, < 3.2
sphinx-github-style >= 1.0, < 1.3

# linting
black == 26.3.*
flake8 >= 5.0, < 7.4
flake8-docstrings >= 1.0, < 1.8
flake8-eradicate >= 1.0, < 1.6
flake8-isort >= 5.0, < 7.1
pre-commit < 4.6
pyright < 1.2

# testing and benchmarking
pytest >= 5.0.0, < 9.1
pytest-cov >= 2.6, < 7.2
pytest-monitor < 1.7

# building
build
