Skip to content

Commit

Permalink
relax astropy restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
rieder committed Oct 29, 2024
1 parent bb6a412 commit dd14a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies = [
"pandas >= 1.1.4, <3",
"matplotlib >= 3.7.1, <4",
"scipy >= 1.9.0, <1.14",
"astropy >= 5.3, <7",
"astropy >= 5.0, <7",
"p-winds >= 1.3.4, <2",
]
requires-python = ">= 3.9"
Expand Down

0 comments on commit dd14a5a

Please sign in to comment.