I implemented the parallel initialization of a Welly project which happens when you run Welly.from_las method. I used Dask to do it (due to its really easy to use API), and want to make a pull request to share my implementation, but would adding dask to the requirements be a desirable thing? Or would the preference be to use something else that's built into Python?