Skip to content

Commit

Permalink
Merge pull request #38 from transientskp/Add_dask_to_setup
Browse files Browse the repository at this point in the history
Add dask to setup
  • Loading branch information
HannoSpreeuw authored Jan 16, 2023
2 parents 4d202b8 + 741181e commit aea422a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/pyse
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ from sourcefinder.accessors import writefits as tkp_writefits
from sourcefinder.utility.cli import parse_monitoringlist_positions
from sourcefinder.utils import generate_result_maps
from six import print_
from dask.distributed import Client

if __name__ == '__main__':
client = Client() #

def regions(sourcelist):
"""
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
python-casacore
python-dateutil
six
dask[array]
psutil
""".split()


Expand Down

0 comments on commit aea422a

Please sign in to comment.