Skip to content

Commit

Permalink
chore(deps): loosen astropy constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
jvansanten committed Apr 30, 2024
1 parent 72c3c3d commit b98e1f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 29 deletions.
30 changes: 3 additions & 27 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ maintainers = [
[tool.poetry.dependencies]
python = "^3.9"
numpy = "^1.24.2"
astropy = "^5.2.1"
fitsio = {version="^1.1.8", optional=true}
astropy = ">=5"
fitsio = {version="^1", optional=true}

[tool.poetry.extras]
fits = ["fitsio"]
Expand Down

0 comments on commit b98e1f7

Please sign in to comment.