# Documentation build requirements for Read the Docs
# These are the dependencies needed to build the Sphinx documentation

# Sphinx and theme
sphinx>=7.0.0
sphinx-rtd-theme>=1.3.0
nbsphinx>=0.8.0
sphinx-copybutton>=0.4.0

# Core package dependencies (for autodoc)
numpy>=1.24.0
pandas>=2.0.0
scipy>=1.10.0
