Skip to content

Commit 86a697c

Browse files
Pin iris version to avoid issue with dask
Fixes the following error when solving Iris cubes: > self.delayed_completion().compute() E AttributeError: 'tuple' object has no attribute 'compute'
1 parent ef73c96 commit 86a697c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

conda_environment.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ channels:
33
dependencies:
44
- python>=3.8
55
- pip
6-
- iris>=3.5
6+
- iris>=3.12.2 # https://github.com/SciTools/iris/issues/6417
77
- cartopy>=0.20
88
- hdf5!=1.12.2
9-
- dask-core!=2025.4.0,!=2025.4.1

0 commit comments

Comments
 (0)