# Documentation build requirements for ReadTheDocs
# This file ensures all dependencies are available during doc builds

sphinx>=4.0.0
sphinx-rtd-theme>=1.0.0
sphinx-autodoc-typehints>=1.12.0
myst-parser>=0.17.0
nbsphinx>=0.8.0
jupyter>=1.0.0
ipykernel>=6.0.0

# Core dependencies needed for autodoc
numpy>=1.21.0
scipy>=1.7.0
matplotlib>=3.4.0
h5py>=3.0.0
pydantic>=2.0.0

