Skip to content

Commit

Permalink
Limit Dask Distributed version to <2023.4
Browse files Browse the repository at this point in the history
Avoid problems with serialising h5py objects in task graphs,  introduced
in 2023.4.0.

See https://distributed.dask.org/en/stable/changelog.html#v2023-4-0
and dask/distributed#7564 for details.
  • Loading branch information
benjaminhwilliams committed Jan 19, 2024
1 parent b18f5c0 commit 8a7a362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Expand Up @@ -30,10 +30,10 @@ project-urls =
[options]
include_package_data = True
install_requires =
dask[array,diagnostics,distributed] != 2021.3.*
dask[array,diagnostics,distributed]!=2021.3.*,<2023.4
h5py>=3.8
hdf5plugin>=4.0.1
nexgen >= 0.7.2
nexgen>=0.7.2
numpy
pandas
pint
Expand Down

0 comments on commit 8a7a362

Please sign in to comment.