As of last week we now have conda support for dependency groups via CEP44! That means that users are able to request and install optional dependencies for packages.
E.g.,
conda install 'parcels[unstructured]' # installs Parcels with Uxarray
conda install 'parcels[unstructured, viz]' # installs Parcels with Uxarray and trajan/matplotlib/plotly etc.
This allows us to make our base installation lighter (Uxarray is a very heavy dependency) and easily provide users with added tooling!
As of last week we now have conda support for dependency groups via CEP44! That means that users are able to request and install optional dependencies for packages.
E.g.,
This allows us to make our base installation lighter (Uxarray is a very heavy dependency) and easily provide users with added tooling!