Skip to content

Commit c3a2b6c

Browse files
Pin dask (#2654)
Co-authored-by: Valeriu Predoi <[email protected]>
1 parent 9aadaca commit c3a2b6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- cartopy
99
- cf-units
1010
- cftime
11-
- dask !=2024.8.0 # github.com/ESMValGroup/ESMValCore/issues/2503
11+
- dask >=2025 # github.com/ESMValGroup/ESMValCore/issues/2503
1212
- dask-jobqueue
1313
- distributed
1414
- esgf-pyclient >=0.3.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dynamic = [
3535
dependencies = [
3636
"cartopy",
3737
"cf-units",
38-
"dask[array,distributed]!=2024.8.0", # ESMValCore/issues/2503
38+
"dask[array,distributed]>=2025", # ESMValCore/issues/2503
3939
"dask-jobqueue",
4040
"esgf-pyclient>=0.3.1",
4141
"esmf-regrid>=0.11.0",

0 commit comments

Comments
 (0)