NCAS-CMS / PyActiveStorage

Python implementation of Active Storage
2 stars 2 forks source link

Pin dask to avoid 2024.8.0 that has a bug in slicing masked arrays #217

Closed valeriupredoi closed 3 months ago

valeriupredoi commented 3 months ago

Description

Bug raised in https://github.com/dask/dask/issues/11296 - this doesn't hit us (yet), but you never know when it could start biting, given that masked data slicing is our sliced bread and butter

Before you get started

Checklist