CADWRDeltaModeling / vtools3

Pandas/xarray implementation of the most important functionality of vtools, emphasizing csv and netcdf as data sources.
https://cadwrdeltamodeling.github.io/vtools3/
Apache License 2.0
7 stars 1 forks source link

Missing dask in setup.py #47

Open HansKimDWR opened 7 months ago

HansKimDWR commented 7 months ago

vtools3/vtools/functions/error_detect.py makes use of dask (import dask.dataframe as dd).

However, dask is not specified among installed packages in setup.py nor setup_devenv.bat.

Is there a reason why we are not explicitly specifying dask to be installed? Are we assuming that dask will be installed as a dependency to another package?