Skip to content

Commit

Permalink
Restrict dask < 2024.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Nov 11, 2024
1 parent 498108c commit 1455935
Showing 1 changed file with 1 addition and 1 deletion.
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 1455935

Please sign in to comment.