Skip to content

Commit

Permalink
Restrict dask < 2024.11.0 (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins authored Nov 11, 2024
1 parent 498108c commit 68979d5
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)
------------------
* Restrict dask < 2024.11.0 (:pr:`341`)
* Use github action to install poetry (:pr:`340`)
* Update readthedocs version (:pr:`339`)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = [{include = "daskms"}]
[tool.poetry.dependencies]
python = "^3.10, < 3.13"
appdirs = "^1.4.4"
dask = {extras = ["array"], version = ">= 2023.1.1"}
dask = {extras = ["array"], version = ">= 2023.1.1, < 2024.11.0"}
donfig = ">= 0.8.0"
python-casacore = "^3.6.1"
numpy = ">= 2.0.0"
Expand Down

0 comments on commit 68979d5

Please sign in to comment.