Skip to content

Commit

Permalink
Support numpy >= 2.0.0, python-casacore >= 3.6.1 and katdal >= 0.23 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins authored Nov 7, 2024
1 parent 586dd75 commit b2f8ec0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ History

X.Y.Z (YYYY-MM-DD)
------------------
* Pin minimum version of katdal to 0.23 (:pr:`337`)
* Pin minimum version of python-casacore to 3.6.1 (:pr:`337`)
* Pin minimum version of NumPy to 2.0.0 (:pr:`337`)
* Deprecate Python 3.9 support (:pr:`338`)
* Update minio server version (:pr:`338`)
* Remove complicated push setup in github action workflow (:pr:`338`)
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ python = "^3.10, < 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}
s3fs = {version = ">= 2023.1.0", optional=true}
minio = {version = "^7.2.0", optional = true}
pytest = {version = "^7.1.3", optional=true}
pandas = {version = "^2.1.2", optional = true}
katdal = {version = "^0.22", optional = true}
katdal = {version = "^0.23", optional = true}
fsspec = ">=2022.7.0"

[tool.poetry.scripts]
Expand Down

0 comments on commit b2f8ec0

Please sign in to comment.