numpy>=1.23.5

[benchmark]
matplotlib>=3.7
psycopg[binary]>=3.0.8

[dev]
speedups[lint,test,typecheck]
questionary>=2.1
rich>=13.0
tox>=4.0
tox-uv>=1.28
tox-gh>=1.7

[lint]
ruff>=0.9
codespell>=2.2

[postgres]
psycopg>=3.0.8

[test]
psycopg[binary]>=3.0.8
pytest>=8.0.1
pytest-postgresql>=5.1.0
pytest-cov>=7.0
coverage>=7.0

[typecheck]
pyright>=1.1
mypy>=1.13
