Skip to content

Commit

Permalink
Upgrade to pyarrow 14.0.1 (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Nov 13, 2023
1 parent 366bd32 commit 1268329
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ History

X.Y.Z (YYYY-MM-DD)
------------------
* Upgrade to pyarrow 14.0.1 (:pr:`299`)
* Use new minio.MinioAdmin client in test suite and update minio server version (:pr:`298`)
* Replace black with ruff in pre-commit hooks (:pr:`297`)
* Lazily load casacore tables module (:pr:`294`)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ appdirs = "^1.4.4"
dask = {extras = ["array"], version = "^2023.1.0"}
donfig = "^0.7.0"
python-casacore = "^3.5.1"
pyarrow = {version = "^13.0.0", optional=true}
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}
Expand Down

0 comments on commit 1268329

Please sign in to comment.