Skip to content

Consider moving requirements/iris.yml to environment.yml #7205

Description

@rcomer

📰 Custom Issue

A small contributor quality of life improvement.

By default, conda env create looks for the definition file at environment.yml. If we move the symbolic link requirements/iris.yml to environment.yml in the base directory, intead of

conda env create --file=requirements/iris.yml

we can just do

conda env create

This is also where other projects I have contributed to put their conda yml. Standardisation makes it easier for new contributors to find
https://github.com/SciTools/cartopy/blob/main/environment.yml
https://github.com/matplotlib/matplotlib/blob/main/environment.yml
https://github.com/numpy/numpy/blob/main/environment.yml

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status
    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions