This was missing, as noticed by @dentalfloss1.
Fixes #36
Only dask.array is needed, since we are only using dask.array. map_blocks, in sourcefinder/image.py.
dask.distributed was used in scripts/pyse, but seems redundant, so has been removed.
psutil has also been added to setup.py, it is needed to count the number of (logical) cores in sourcefinder/image.py, for multiprocessing through pool.map.
This was missing, as noticed by @dentalfloss1. Fixes #36
Only
dask.array
is needed, since we are only usingdask.array. map_blocks
, insourcefinder/image.py
.dask.distributed
was used inscripts/pyse
, but seems redundant, so has been removed.psutil
has also been added tosetup.py
, it is needed to count the number of (logical) cores insourcefinder/image.py
, formultiprocessing
throughpool.map
.