# Extra dependencies for the RR Lyrae example (examples/rrlyrae/).
#
# These are NOT acid runtime dependencies -- they are only needed to run this
# example's notebook + Gaia cross-check. acid itself already provides numpy,
# polars, astropy, and scipy.
#
#   pip install -r examples/rrlyrae/requirements.txt
#
astroquery>=0.4.7      # Gaia DR3 vari_rrlyrae TAP cone cross-check
matplotlib>=3.7        # plots in the notebook
jupyter>=1.0           # run the notebook interactively
nbconvert>=7           # headless execution: jupyter nbconvert --execute
nbformat>=5.9          # used by _build_notebook.py to assemble the notebook
ipykernel>=6           # Python kernel the notebook executes in
