Skip to content

Commit

Permalink
More version-based hell.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSKenyon committed Nov 28, 2024
1 parent 8652a58 commit 32ae488
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ scipy = [
]
astlib = [
{ version = ">=0.12.0", python = ">=3.12"},
{ version = "<=0.11.10", python = ">=3.9, <3.12"},
{ version = "<=0.11.8", python = "3.8"}
{ version = "<=0.11.10", python = ">=3.8, <3.12"},
{ version = "<=0.11.8", python = "<3.8"}
]
astropy = "*"
future = "*"
Expand Down

0 comments on commit 32ae488

Please sign in to comment.