jbusecke / cookiecutter-science-project

Cookiecutter template for science analysis projects
MIT License
84 stars 13 forks source link

Unifiying requirements #19

Open jbusecke opened 3 years ago

jbusecke commented 3 years ago

Currently the user has to specifiy dependency packages in multiple locations:

  1. environment.yml for day to day development
  2. ci/...yml for testing
  3. setup.cfg in e.g. install_requires.

I wonder if there is a sleek way to populate all sources from a central resource. Not sure if that is worth the effort vs a good documentation on 'where to add packages'. Just putting it here as a reminder.