# Sphinx and theme
sphinx>=7.0.0
sphinx-rtd-theme>=2.0.0

# Sphinx extensions
sphinx-autodoc-typehints>=1.19.0
myst-parser>=2.0.0

# Core dependency needed for the build: numpy is the only third-party module the
# package imports at import time that conf.py does not mock.
numpy>=1.21.0
