We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9636505 commit 4c21ca6Copy full SHA for 4c21ca6
environment.yml
@@ -8,7 +8,7 @@ dependencies:
8
- cartopy
9
- cf-units
10
- cftime
11
- - dask
+ - dask !=2024.8.0 # github.com/ESMValGroup/ESMValCore/issues/2503
12
- dask-jobqueue
13
- distributed
14
- esgf-pyclient >=0.3.1
setup.py
@@ -29,7 +29,7 @@
29
'install': [
30
'cartopy',
31
'cf-units',
32
- 'dask[array,distributed]',
+ 'dask[array,distributed]!=2024.8.0', # ESMValCore/issues/2503
33
'dask-jobqueue',
34
'esgf-pyclient>=0.3.1',
35
'esmf-regrid>=0.10.0', # iris-esmf-regrid #342
0 commit comments