# standard install requirements
-r ./requirements.txt

jax[cpu] >= 0.3.2, <= 0.5.0
scipy >= 1.10, < 2.0.0

# building the docs
sphinx > 3.0.0
sphinx_copybutton
sphinx-rtd-theme >= 1.0, < 2.0
sphinx-github-style >= 1.0, <= 1.1


# linting
black == 22.10.0
flake8 >= 5.0.0, <=6.0.0
flake8-docstrings >= 1.0.0, <=2.0.0
flake8-eradicate >= 1.0.0, <=2.0.0
flake8-isort >=5.0.0, <= 6.0.0
pre-commit

# testing and benchmarking
pytest >= 5.0.0
pytest-benchmark
pytest-cov >= 2.6.0
pytest-monitor

# building
build
