Skip to content

Commit

Permalink
Numpy 2.0 split for astropy.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSKenyon committed Nov 28, 2024
1 parent 9b7b2e7 commit 1e97f69
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ astlib = [
{ version = "<=0.11.10", python = ">=3.8, <3.12"},
{ version = "<=0.11.8", python = "<3.8"}
]
astropy = "*"
astropy = [
{ version = ">=6.1.0", python = ">=3.12"},
{ version = "<6.1.0", python = ">=3.8, <3.12"}
]
future = "*"
python-casacore = "*"
meqtrees-cattery = "^1.7.9"
Expand Down

0 comments on commit 1e97f69

Please sign in to comment.