Skip to content

Commit 67fb318

Browse files
committed
use jdaviz main until jdaviz 4.0 available
1 parent 13af5c2 commit 67fb318

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
0.5.0 (unreleased)
22
------------------
33

4+
* Update jdaviz requirement to 4.0 to include upstream improvements. [#121]
5+
46
* Prevent duplicate sub-intervals (quarter/sector/campaign) in data labels. [#120]
57

68
* Add feature to query the NASA Exoplanet Archive for exoplanet ephemerides. [#127]

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
"astropy>=5.2",
2323
# NOTE: if/when we stop pinning a minor version of jdaviz, add jdaviz
2424
# to devdeps in tox.ini
25-
"jdaviz>=3.10.3,<3.11",
25+
"jdaviz@git+https://github.com/spacetelescope/jdaviz",
2626
"lightkurve>=2.5.0",
2727
# NOTE: glue-jupyter is also pinned by jdaviz.
2828
"glue-jupyter>=0.22.2",

0 commit comments

Comments
 (0)