Skip to content

Commit

Permalink
Update requirements and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rhiannonlynne committed Mar 14, 2024
1 parent cde4d4c commit 5e6ac5a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ dependencies = [
"healpy",
"holoviews",
"hvplot",
"lsst-efd-client",
"lsst-resources",
"matplotlib",
"numpy",
"pandas",
Expand All @@ -36,7 +38,7 @@ dependencies = [
"pytz",
"skyproj",
"rubin-scheduler",
"lsst.resources",
"rubin-sim",
"uranography >= 1.1.0 ",
]

Expand Down
13 changes: 7 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
astropy
bokeh
astropy>=5.3
bokeh>=3.1.1
colorcet
healpy
holoviews
hvplot
matplotlib
lsst-efd-client
matplotlib-base
numpy
pandas
panel
panel>=1.1.0
param
pytz
skyproj
uranography
uranography>=1.1.0
rubin-scheduler
rubin-sim
rubin-sim>=2
pip
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest
black
black>=24.0
ruff
pytest-cov
firefox
Expand Down

0 comments on commit 5e6ac5a

Please sign in to comment.