Skip to content

Commit

Permalink
Add missing dependency to dask.
Browse files Browse the repository at this point in the history
I just found out that `open_mfdataset` always requires dask even if
`chunks=None`. This may change in the future (see pydata/xarray#5704).
  • Loading branch information
juseg committed Jun 9, 2023
1 parent 247ebe1 commit 9bacda4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ classifiers =
packages = find:
install_requires =
cf_xarray
dask
geopandas
matplotlib
requests
Expand Down

0 comments on commit 9bacda4

Please sign in to comment.