Skip to content

Commit

Permalink
Bump minimum required dask version to 2021.8 to avoid bug with memory…
Browse files Browse the repository at this point in the history
… mapped arrays on Windows
  • Loading branch information
astrofrog committed Jul 14, 2023
1 parent 5e4a5dd commit 50d29b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ install_requires =
astropy>=5.0
astropy-healpix>=0.6
scipy>=1.5
dask[array]>=2020
dask[array]>=2021.8
cloudpickle
zarr
fsspec
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ deps =
oldestdeps: astropy==5.0.*
oldestdeps: astropy-healpix==0.6
oldestdeps: scipy==1.5.*
oldestdeps: dask==2020.12.*
oldestdeps: dask==2021.8.*

devdeps: numpy>=0.0.dev0
devdeps: scipy>=0.0.dev0
Expand Down

0 comments on commit 50d29b6

Please sign in to comment.