# Sphinx and ReadTheDocs requirements
# These are needed to build the documentation

# Core Sphinx
sphinx>=7.0.0
sphinx-rtd-theme>=1.3.0

# Sphinx extensions
sphinx-autodoc-typehints>=1.24.0
sphinx-copybutton>=0.5.2
myst-parser>=2.0.0
nbsphinx>=0.9.0

# For running code examples in docs
ipython>=8.0.0
jupyter>=1.0.0

# Project dependencies (needed for autodoc)
pandas>=1.5.0
numpy>=1.23.0,<2.0.0
scipy>=1.10.0
statsmodels>=0.14.0
scikit-learn>=1.2.0
xgboost>=1.7.0
prophet>=1.1.0
plotly>=5.14.0
pydantic>=2.0.0

