Skip to content

Commit

Permalink
Merge pull request #60 from lsst-uk/add_sbpy
Browse files Browse the repository at this point in the history
add astropy and sbypy to requirements
  • Loading branch information
mschwamb authored Mar 5, 2024
2 parents c605b7b + a7b6f26 commit a315592
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 a315592

Please sign in to comment.