From a7b6f263c29150efb6445d1e62082f1d46a381e6 Mon Sep 17 00:00:00 2001 From: Meg Schwamb Date: Tue, 5 Mar 2024 07:52:40 +0000 Subject: [PATCH] add astropy and sbypy to requirements add astropy and sbypy to requirements both for docs (for future demo notebooks) and for pip installation --- docs/requirements.txt | 2 ++ pyproject.toml | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index e4a22bb..f51957e 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -5,3 +5,5 @@ nbsphinx ipython jupytext jupyter +astropy +sbpy diff --git a/pyproject.toml b/pyproject.toml index a3a75ee..5447288 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,9 @@ dynamic = ["version"] dependencies = [ "ipykernel", # Support for Jupyter notebooks "numpy", - "lsst-rsp" + "lsst-rsp", + "astropy", + "sbpy" ] [project.urls]