Commit 67fb318 1 parent 13af5c2 commit 67fb318 Copy full SHA for 67fb318
File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
0.5.0 (unreleased)
2
2
------------------
3
3
4
+ * Update jdaviz requirement to 4.0 to include upstream improvements. [#121]
5
+
4
6
* Prevent duplicate sub-intervals (quarter/sector/campaign) in data labels. [#120]
5
7
6
8
* Add feature to query the NASA Exoplanet Archive for exoplanet ephemerides. [#127]
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies = [
22
22
" astropy>=5.2" ,
23
23
# NOTE: if/when we stop pinning a minor version of jdaviz, add jdaviz
24
24
# to devdeps in tox.ini
25
- " jdaviz>=3.10.3,<3.11 " ,
25
+ " jdaviz@git+https://github.com/spacetelescope/jdaviz " ,
26
26
" lightkurve>=2.5.0" ,
27
27
# NOTE: glue-jupyter is also pinned by jdaviz.
28
28
" glue-jupyter>=0.22.2" ,
You can’t perform that action at this time.
0 commit comments