Skip to content

Commit

Permalink
remove support for jdaviz 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed Mar 28, 2024
1 parent 8397989 commit 4b7bcd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions lcviz/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,7 @@ def __init__(self, *args, **kwargs):
)

# inject custom css from lcviz_style.vue (on top of jdaviz styles)
if hasattr(self.app, '_add_style'):
# will be guaranteed after jdaviz 3.9
self.app._add_style((__file__, 'lcviz_style.vue'))
else:
self.app.set_style_template_file((__file__, 'lcviz_style.vue'))
self.app._add_style((__file__, 'lcviz_style.vue'))

# set the link to read the docs
self.app.docs_link = "https://lcviz.readthedocs.io"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ 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.*",
"jdaviz==3.9.*",
"lightkurve>=2.4.1",
]
dynamic = [
Expand Down

0 comments on commit 4b7bcd6

Please sign in to comment.