# Documentation build requirements
# Use this for building docs in environments where pip install -e ".[docs]" is not available

sphinx>=7.0.0
sphinx-rtd-theme>=2.0.0
sphinx-autodoc-typehints>=1.24.0
nbsphinx>=0.9.0
myst-parser>=2.0.0

# Core package dependencies (needed for autodoc)
numpy>=1.20.0
scipy>=1.7.0
scikit-learn>=1.0.0
cvxpy>=1.2.0
pandas>=1.3.0
matplotlib>=3.4.0