From 839798907d98cca51a6ddb8b7c5e32f59113c4b1 Mon Sep 17 00:00:00 2001 From: Kyle Conroy Date: Thu, 28 Mar 2024 14:38:39 -0400 Subject: [PATCH] temporarily remove jdaviz from devdeps (#102) * we're currently pinning a minor version of jdaviz and handling updates manually, so want to test that version of jdaviz with other devdeps --- pyproject.toml | 2 ++ tox.ini | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f7254eea..0f9907e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,8 @@ classifiers = [ ] dependencies = [ "astropy>=5.2", + # NOTE: if/when we stop pinning a minor version of jdaviz, add jdaviz + # to devdeps in tox.ini "jdaviz==3.8.*", "lightkurve>=2.4.1", ] diff --git a/tox.ini b/tox.ini index 1cbc1d1c..668f7aaa 100644 --- a/tox.ini +++ b/tox.ini @@ -44,7 +44,7 @@ deps = devdeps: astropy>=0.0.dev0 devdeps: scipy>=0.0.dev0 devdeps: numpy>=0.0.dev0 - devdeps: git+https://github.com/spacetelescope/jdaviz.git +# devdeps: git+https://github.com/spacetelescope/jdaviz.git devdeps: git+https://github.com/lightkurve/lightkurve.git # The following indicates which extras_require from setup.cfg will be installed