Skip to content

Commit

Permalink
Add photutils as deps for cataloging
Browse files Browse the repository at this point in the history
  • Loading branch information
Athanaseus committed Oct 27, 2024
1 parent 76cba25 commit 9f6b8ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ scipy = "*"

# Optional dependencies start here
bokeh = { version = "*", optional = true}
photutils = { version = "*", optional = true}
pytest = { version = "*", optional=true }
pytest-flake8 = { version = "*", optional=true }

Expand All @@ -40,7 +41,9 @@ requires = ["setuptools", "poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.extras]
all = ["bokeh", "photutils"]
gui = ["bokeh"]
catalog = ["photutils"]
testing = ["pytest", "pytest-flake8"]

[tool.poetry.group.tests]
Expand Down

0 comments on commit 9f6b8ca

Please sign in to comment.