Skip to content

Commit 021ec2b

Browse files
committed
change dask lowerbound
1 parent 8372121 commit 021ec2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
include:
22-
- {os: windows-latest, python: "3.11", dask-version: "2025.3.0", name: "Dask 2025.3.0"}
22+
- {os: windows-latest, python: "3.11", dask-version: "2025.4.0", name: "Dask 2025.4.0"}
2323
- {os: windows-latest, python: "3.13", dask-version: "latest", name: "Dask latest"}
2424
- {os: ubuntu-latest, python: "3.11", dask-version: "latest", name: "Dask latest"}
2525
- {os: ubuntu-latest, python: "3.13", dask-version: "latest", name: "Dask latest"}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
"annsel>=0.1.2",
2727
"click",
2828
"dask-image",
29-
"dask>=2025.3.0,<2026.1.2",
29+
"dask>=2025.4.0,<2026.1.2",
3030
"distributed<2026.1.2",
3131
"datashader",
3232
"fsspec[s3,http]",

0 commit comments

Comments
 (0)