We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 041766f commit 8547575Copy full SHA for 8547575
pyproject.toml
@@ -22,7 +22,7 @@ dependencies = [
22
"astropy>=5.2",
23
# NOTE: if/when we stop pinning a minor version of jdaviz, add jdaviz
24
# to devdeps in tox.ini
25
- "jdaviz>=3.10.3,<3.11",
+ "jdaviz@git+https://github.com/spacetelescope/jdaviz",
26
"lightkurve>=2.5.0",
27
# NOTE: glue-jupyter is also pinned by jdaviz.
28
"glue-jupyter>=0.22.2",
0 commit comments