# Documentation-only requirements for ReadTheDocs
# This file contains only the essential dependencies needed to build documentation

# Core scientific computing (lightweight versions)
numpy>=1.21.0
scipy>=1.7.0
matplotlib>=3.5.0

# Documentation tools
sphinx>=4.0.0
sphinx-rtd-theme>=1.0.0
myst_parser>=0.18.0
sphinx-autodoc-typehints>=1.12.0
pygments>=2.10.0

# Additional scientific libraries (lightweight)
sympy>=1.10.0
pandas>=1.3.0
seaborn>=0.11.0

# Testing (for documentation examples)
pytest>=6.0.0
