# standard install requirements
-r ./requirements.txt

quadax >= 0.2.2, <= 0.2.4

# building the docs
sphinx >= 3.0.0, <= 8.1.3
sphinx_copybutton <= 0.5.2
sphinx-rtd-theme >= 1.0, < 3.0.3
sphinx-github-style >= 1.0, <= 1.2.2

# linting
black == 24.10.0
flake8 >= 5.0.0, <= 7.1.1
flake8-docstrings >= 1.0.0, <= 1.7.0
flake8-eradicate >= 1.0.0, <= 1.5.0
flake8-isort >=5.0.0, <= 6.1.1
pre-commit <= 4.0.1

# testing and benchmarking
pytest >= 5.0.0, <= 8.3.4
pytest-benchmark <= 5.1.0
pytest-cov >= 2.6.0, <= 6.0.0
pytest-monitor <= 1.6.6

# building
build
