Skip to content

Commit

Permalink
Pin dask (#2654)
Browse files Browse the repository at this point in the history
Co-authored-by: Valeriu Predoi <[email protected]>
  • Loading branch information
sloosvel and valeriupredoi authored Feb 10, 2025
1 parent 9aadaca commit c3a2b6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- cartopy
- cf-units
- cftime
- dask !=2024.8.0 # github.com/ESMValGroup/ESMValCore/issues/2503
- dask >=2025 # github.com/ESMValGroup/ESMValCore/issues/2503
- dask-jobqueue
- distributed
- esgf-pyclient >=0.3.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dynamic = [
dependencies = [
"cartopy",
"cf-units",
"dask[array,distributed]!=2024.8.0", # ESMValCore/issues/2503
"dask[array,distributed]>=2025", # ESMValCore/issues/2503
"dask-jobqueue",
"esgf-pyclient>=0.3.1",
"esmf-regrid>=0.11.0",
Expand Down

0 comments on commit c3a2b6c

Please sign in to comment.