Skip to content

Commit

Permalink
(fix): correct minimum dask version
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan-gold committed Feb 17, 2025
1 parent 7a42a1f commit ba154db
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 @@ -107,7 +107,7 @@ cu12 = ["cupy-cuda12x"]
cu11 = ["cupy-cuda11x"]
# https://github.com/dask/dask/issues/11290
# https://github.com/dask/dask/issues/11752
dask = ["dask[array]>=2023.1.0,!=2024.8.*,!=2024.9.*,<2025.2.0"]
dask = ["dask[array]>=2023.5.1,!=2024.8.*,!=2024.9.*,<2025.2.0"]

[tool.hatch.version]
source = "vcs"
Expand Down

0 comments on commit ba154db

Please sign in to comment.