hackalog / easydata

A flexible template for doing reproducible data science in Python.
MIT License
108 stars 22 forks source link

Extend environment management to handle arbitrary conda channels #245

Closed acwooding closed 1 year ago

acwooding commented 1 year ago

Extend the environment.yml format to include and channel-order section and use that channel order as installation order for conda installs (via make create_environment and make update_environment).

hackalog commented 1 year ago

Made a PR against your branch: https://github.com/acwooding/easydata/pull/1