You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
(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
andsortedcontainers
(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.
The text was updated successfully, but these errors were encountered: