Skip to content

Commit 5cfc7c2

Browse files
Backport PR #139: pin glue-jupyter to 0.22.2+ (#140)
Co-authored-by: Kyle Conroy <[email protected]>
1 parent 9e204bd commit 5cfc7c2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
* bumps lightkurve to 2.5.0 to include upstream bug fixes. [#132]
55

6-
* Improve scatter viewer and mouseover performance. [#137]
6+
* Improve scatter viewer and mouseover performance. [#137, #139]
77

88

99
0.4.2 (07.23.2024)

pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ dependencies = [
2424
# to devdeps in tox.ini
2525
"jdaviz>=3.10.3,<3.11",
2626
"lightkurve>=2.5.0",
27+
# NOTE: glue-jupyter is also pinned by jdaviz.
28+
"glue-jupyter>=0.22.2",
2729
"numpy<2",
2830
]
2931
dynamic = [

0 commit comments

Comments
 (0)