# Extra dependencies for the 3I/ATLAS example (examples/3iatlas/).
#
# These are NOT acid runtime dependencies -- they are only needed to run this
# example's notebook + the JPL Horizons ephemeris queries. acid itself already
# provides numpy, polars, astropy, and scipy.
#
#   pip install -r examples/3iatlas/requirements.txt
#
astroquery>=0.4.7      # JPL Horizons ephemerides (astroquery.jplhorizons)
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
