# Requirements file for building documentation with Sphinx.
# To build the module reference correctly, make sure every external package
# under `install_requires` in `setup.cfg` is also listed here!
sphinx>=3.2.1
nbsphinx>=0.8.0
ipython>=7.0.0
pydata-sphinx-theme>=0.13.0
jupyter>=1.0.0
requests>=2.25.0  # For download_file utility in notebooks
matplotlib>=3.3.0  # For visualization in notebooks
plotly>=5.0.0  # For interactive metadata visualization in notebooks
nbformat>=4.2.0  # Required for Plotly to display in Jupyter notebooks
