File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,16 +26,16 @@ colour==0.1.5
2626comm==0.2.2
2727contourpy==1.3.1
2828cycler==0.12.1
29- dask==2024.12 .1
30- dask-expr==1.1.21
29+ dask==2024.9 .1
30+ dask-expr==1.1.15
3131dask-glm==0.3.2
32- dask-image==2024.5.3
32+ dask-image==2025.11.0
3333dask-ml==2024.4.4
3434decorator==5.1.1
3535deepdiff==8.1.1
3636defusedxml==0.7.1
3737deprecat==2.1.3
38- distributed==2024.12 .1
38+ distributed==2024.9 .1
3939exceptiongroup==1.2.2
4040executing==2.1.0
4141Flask==3.0.3
@@ -84,7 +84,7 @@ multipledispatch==1.0.0
8484netCDF4==1.7.2
8585networkx==3.4.2
8686numba==0.60.0
87- numexpr==2.10.2
87+ numexpr==2.14.1
8888odc-ui==0.2.1
8989orderly-set==5.2.3
9090OWSLib==0.32.0
@@ -143,7 +143,7 @@ tblib==3.0.0
143143text-unidecode==1.3
144144threadpoolctl==3.5.0
145145tifffile==2025.1.10
146- timescale==0.0.6
146+ timescale==0.1.0
147147timezonefinder==6.5.7
148148tomli==2.2.1
149149toolz==1.0.0
Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ def process_single_fire(
265265 xx = int (closest_bl .sizes .get ("x" , 0 ))
266266 total_px = yy * xx
267267 bl_valid_px = (
268- int ((closest_bl .oa_nbart_contiguity == 1 ).sum ().item ())
268+ int ((closest_bl .oa_nbart_contiguity == 1 ).sum ().compute (). item ())
269269 if "oa_nbart_contiguity" in closest_bl .data_vars
270270 else 0
271271 )
You can’t perform that action at this time.
0 commit comments