Skip to content

Commit

Permalink
add astropy and sbypy to requirements
Browse files Browse the repository at this point in the history
add astropy and sbypy to requirements both for docs (for future demo notebooks) and for pip installation
  • Loading branch information
mschwamb committed Mar 5, 2024
1 parent c605b7b commit a7b6f26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ nbsphinx
ipython
jupytext
jupyter
astropy
sbpy
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ dynamic = ["version"]
dependencies = [
"ipykernel", # Support for Jupyter notebooks
"numpy",
"lsst-rsp"
"lsst-rsp",
"astropy",
"sbpy"
]

[project.urls]
Expand Down

0 comments on commit a7b6f26

Please sign in to comment.