Optional dependencies
jbusecke opened this issue · 1 comments
jbusecke commented
xarrayutils relies on quite a few dependencies, which are currently required, but not used in all modules.
I need to implement optional dependencies/error messages for the following:
- astropy (only needed for
filtering
) - future ( is this necessary if only using python 3?)
- xgcm (only needed for the xgcm utils)
- gsw
- cartopy
- matplotlib
- scipy?