Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dask to install docs. #2634

Merged
merged 2 commits into from
Jul 6, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add dask to install docs.
  • Loading branch information
lbdreyer committed Jul 4, 2017
commit 42e8dd43a84f87973a68e2eba9adef490a410131
3 changes: 3 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ scipy 0.10 or later (http:https://www.scipy.org/)
cartopy 0.11.0 or later (http:https://github.com/SciTools/cartopy/)
Python package which provides cartographic tools for python.

dask 0.11.0 or later (https://dask.pydata.org/)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have specified 0.11.0 because we use dask.array.absolute which was only included in 0.11.0

Note also the workaround for < and > dask 0.15 (see here)

I do find it concerning that we are using dask which hasn't released a major version (i.e. dask 1.0.0) yet

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure. The same could be said of cartopy though... 😉

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not just go for dask > 0.15? I don't see any advantage of supporting a legacy version.

Python package for parallel computing.

PyKE 1.1.1 or later (http:https://pyke.sourceforge.net/)
Python knowledge-based inference engine.

Expand Down