Skip to content

Commit

Permalink
temporarily remove jdaviz from devdeps (#102)
Browse files Browse the repository at this point in the history
* we're currently pinning a minor version of jdaviz and handling updates manually, so want to test that version of jdaviz with other devdeps
  • Loading branch information
kecnry authored Mar 28, 2024
1 parent 31aabd2 commit 8397989
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ classifiers = [
]
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.*",
"lightkurve>=2.4.1",
]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ deps =
devdeps: astropy>=0.0.dev0
devdeps: scipy>=0.0.dev0
devdeps: numpy>=0.0.dev0
devdeps: git+https://github.com/spacetelescope/jdaviz.git
# devdeps: git+https://github.com/spacetelescope/jdaviz.git
devdeps: git+https://github.com/lightkurve/lightkurve.git

# The following indicates which extras_require from setup.cfg will be installed
Expand Down

0 comments on commit 8397989

Please sign in to comment.