Skip to content

Commit

Permalink
Fix multiple versions specified on 3.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSKenyon committed Nov 28, 2024
1 parent cedea1b commit ca15a3f
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 @@ -22,7 +22,7 @@ scipy = [
]
astlib = [
{ version = ">=0.12.0", python = ">=3.12"},
{ version = "<=0.11.10", python = ">=3.8, <3.12"},
{ version = "<=0.11.10", python = ">3.8, <3.12"},
{ version = "<=0.11.8", python = "<=3.8"}
]
astropy = "*"
Expand Down

0 comments on commit ca15a3f

Please sign in to comment.