Skip to content

Commit

Permalink
Reapply "Constrain numpy >= 2"
Browse files Browse the repository at this point in the history
This reverts commit 6205ae3.
  • Loading branch information
sjperkins committed Nov 7, 2024
1 parent 6205ae3 commit 7c73a99
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 @@ -12,8 +12,8 @@ python = "^3.9, < 3.13"
appdirs = "^1.4.4"
dask = {extras = ["array"], version = ">= 2023.1.1"}
donfig = ">= 0.8.0"
python-casacore = "^3.5.1"
numpy = "< 2.0.0"
python-casacore = "^3.6.1"
numpy = ">= 2.0.0"
pyarrow = {version = ">= 14.0.1", optional = true}
zarr = {version = "^2.12.0", optional=true}
xarray = {version = ">= 2023.01.0", optional=true}
Expand Down

0 comments on commit 7c73a99

Please sign in to comment.