Skip to content

Pushing Eolabtools to conda-forge #7

Description

@cadauxe

To push eolabtools to conda-forge, the package must be reviewed and approved by the conda-forge community. The package has to meet packaging guidelines, that also restricts how dependencies are managed and declared.

Currently, the core package (pip install eolabtools) installs no dependencies. Dependencies are only installed through optional extras with pip install eolabtools[tool_name].

However, Conda does not support optional extras in this way as conda install eolabtools[tool_name] is not valid syntax in Conda. Conda packages must have a fully defined list of dependencies declared in the meta.yaml recipe.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions