# build
maturin==0.14.15

# run
numpy==1.24.2

# test
pandas==1.5.3
pytest==7.2.2
pytest-runner==6.0.0

# bench
pytest-benchmark==4.0.0

# develop
pip==23.0.1
wheel==0.38.4
watchdog==2.3.1
flake8==6.0.0
coverage==7.2.1
Sphinx==6.1.3
black==23.1
mypy==1.1.1
