Skip to content

removing optional dependencies #106

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

Closed
basnijholt opened this issue Dec 19, 2018 · 1 comment
Closed

removing optional dependencies #106

basnijholt opened this issue Dec 19, 2018 · 1 comment

Comments

@basnijholt
Copy link
Member

(original issue on GitLab)

opened by Anton Akhmerov (@anton-akhmerov) at 2017-11-27T12:30:10.501Z

Looking at the requirements, we really only need scipy and sortedcontainers (numpy is a dependency of scipy already).

The rest (holoviews, ipython, ipyparallel, distributed) shouldn't be required.
To make all these optional, we can enclose all corresponding imports into try-catch.

@basnijholt
Copy link
Member Author

originally posted by Anton Akhmerov (@anton-akhmerov) at 2017-11-27T12:31:04.920Z on GitLab

Then of course we'd need to create mock versions of the corresponding executors, or add extra try-catch statements in the checks.

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

No branches or pull requests

1 participant