OldGrumpyViking / hatch-conda

Hatch plugin for conda environments
MIT License
38 stars 8 forks source link

Add support for micromamba, environment.yml file #9

Closed BSchilperoort closed 1 year ago

BSchilperoort commented 1 year ago

Hi @OldGrumpyViking, thanks for making this plugin. For my use case we needed access to a conda-forge package, as it is not available on pip (esmpy).

To be able to do this, I implemented a way for the user to specify an environment.yml file, which is then used for the installation.

Additionally, I made the plugin compatible with micromamba, which deviates in some small ways from conda/mamba.

Please let me know if you're interested in merging this, and if there are any changes you would like to make.

OldGrumpyViking commented 1 year ago

Hi @BSchilperoort, thank you for the pull request. Can you add a description to the README.md to enable users to know about this new feature. Then i will merge this and make a new release.

BSchilperoort commented 1 year ago

I have updated the readme and history files :+1: