Skip to content

Support for CEP44 optional dependency groups #2771

Description

@VeckoTheGecko

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status
    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions