Skip to content

Commit

Permalink
loosen astropy version restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
troyraen committed Jul 2, 2024
1 parent 9747522 commit aa0496b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ classifiers = [
# https://python-poetry.org/docs/dependency-specification/#git-dependencies
python = "^3.9"
attrs = ">=23.1"
astropy = ">=6.0"
astropy = ">=5.3" # v<6.0.0 required by supernnova 3.0.1
fastavro = ">=1.7.4"
google-auth-oauthlib = ">=1.0"
google-cloud-bigquery = ">=3.11.2"
Expand Down

0 comments on commit aa0496b

Please sign in to comment.