Skip to content

Commit

Permalink
Update dask and xarray to 2024 calvers
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Jan 25, 2024
1 parent ebebc90 commit e7a2947
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 @@ -10,12 +10,12 @@ packages = [{include = "daskms"}]
[tool.poetry.dependencies]
python = "^3.9, < 3.13"
appdirs = "^1.4.4"
dask = {extras = ["array"], version = "^2023.1.0"}
dask = {extras = ["array"], version = "^2024.1.0"}
donfig = "^0.7.0"
python-casacore = "^3.5.1"
pyarrow = {version = "^14.0.1", optional = true}
zarr = {version = "^2.12.0", optional=true}
xarray = {version = "^2023.01.0", optional=true}
xarray = {version = "^2024.1.1", optional=true}
s3fs = {version = "^2023.1.0", optional=true}
minio = {version = "^7.2.0", optional = true}
pytest = {version = "^7.1.3", optional=true}
Expand Down

0 comments on commit e7a2947

Please sign in to comment.