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
That would contradict where we list scipy as an "optional" dependency. We should either update the docs in INSTALL or handle those imports differently.
The text was updated successfully, but these errors were encountered:
Ran into this issue today. Followed the installation guide and thought I installed all deps. Tried running the animate_surface.ipynb notebook, but failed, because I have no pykdtree nor scipy installed
Description
Currently we unconditionally import scipy in two places:
cartopy/lib/cartopy/img_transform.py
Lines 13 to 18 in d12c86c
(when no pykdtree) and here:
cartopy/lib/cartopy/vector_transform.py
Lines 12 to 14 in d59d275
That would contradict where we list scipy as an "optional" dependency. We should either update the docs in
INSTALL
or handle those imports differently.The text was updated successfully, but these errors were encountered: