Skip to content

Commit

Permalink
Merge pull request #217 from NCAS-CMS/pin_dask
Browse files Browse the repository at this point in the history
Pin dask to avoid 2024.8.0 that has a bug in slicing masked arrays
  • Loading branch information
valeriupredoi authored Aug 12, 2024
2 parents b313a25 + 5d27256 commit 81fb77c
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 @@ -6,7 +6,7 @@ channels:

dependencies:
- python >=3.9
- dask
- dask !=2024.8.0 # github.com/dask/dask/issues/11296
- fsspec
- h5netcdf
- h5py # needed by Kerchunk
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Installation dependencies
# Use with pip install . to install from source
'install': [
'dask',
'dask!=2024.8.0', # github.com/dask/dask/issues/11296
'fsspec',
'h5netcdf',
'h5py', # needed by Kerchunk
Expand Down

0 comments on commit 81fb77c

Please sign in to comment.