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
Make `ipywidgets` and `scipy` properly optional (#100) Typo on `ipywidgets` was causing the whole jupyter stack to get installed for the base stackstac installation! Scipy is only needed for `reproject_array`, which isn't in the core API IMO. And xarray already raises a decent error when it's missing.