From 5e6ac5ab1997ee3a9de07391561b6548be5d9a9a Mon Sep 17 00:00:00 2001 From: Lynne Jones Date: Wed, 13 Mar 2024 17:35:46 -0700 Subject: [PATCH] Update requirements and dependencies --- pyproject.toml | 4 +++- requirements.txt | 13 +++++++------ test-requirements.txt | 2 +- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ea0f55eb..e7562502 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,8 @@ dependencies = [ "healpy", "holoviews", "hvplot", + "lsst-efd-client", + "lsst-resources", "matplotlib", "numpy", "pandas", @@ -36,7 +38,7 @@ dependencies = [ "pytz", "skyproj", "rubin-scheduler", - "lsst.resources", + "rubin-sim", "uranography >= 1.1.0 ", ] diff --git a/requirements.txt b/requirements.txt index 01d7b0de..23074fa6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/test-requirements.txt b/test-requirements.txt index ca48ad33..f00410e7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,5 @@ pytest -black +black>=24.0 ruff pytest-cov firefox