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 Jan 10, 2024
1 parent f8f4e41 commit 0d62349
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 @@ -98,11 +98,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 @@ -20,7 +20,7 @@ classifiers = [
]
dependencies = [
"astropy>=5.2",
"jdaviz==3.8.*",
"jdaviz>=3.9",
"lightkurve>=2.4.1",
]
dynamic = [
Expand Down

0 comments on commit 0d62349

Please sign in to comment.