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 graphviz to dev environment #459

Merged
merged 1 commit into from
Feb 13, 2019
Merged

Conversation

jrbourbeau
Copy link
Member

This PR adds both the system and Python graphviz package to the dev environment for dask-ml. graphviz is needed for building the documentation. Closes #457.

@TomAugspurger
Copy link
Member

Thanks!

@TomAugspurger TomAugspurger merged commit cfa57e5 into dask:master Feb 13, 2019
@jrbourbeau jrbourbeau deleted the add_graphviz branch February 13, 2019 18:56
@@ -40,3 +41,4 @@ dependencies:
- git+https://github.com/dask/distributed.git
- git+https://github.com/dask/dask-tensorflow.git
- git+https://github.com/dask/dask-xgboost.git
- graphviz
Copy link
Member

Choose a reason for hiding this comment

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

FWIW there is a conda-forge package call python-graphviz, which is equivalent to this and requires graphviz (the system one).

Copy link
Member Author

Choose a reason for hiding this comment

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

Awesome, good to know! I'll check python-graphviz out, thanks for the tip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants