examples icon indicating copy to clipboard operation
examples copied to clipboard

Update format of anaconda-project yaml files

Open jlstevens opened this issue 3 years ago • 2 comments

The existing format used in the anaconda-project yamls was designed to work as an environment yaml as well as a project specification. Unfortunately, this format no longer works properly with anaconda-project lock for newer versions of anaconda-project: https://github.com/Anaconda-Platform/anaconda-project/issues/320

All new anaconda-project yamls should use the backwards compatible format suggested in that issue and old project yamls would ideally be updated too to avoid confusion when updating projects and their lock files.

jlstevens avatar May 17 '21 15:05 jlstevens

The suggested format has been tested for the boids project here which means boids can be used as our reference when updating the project files everywhere else.

jlstevens avatar Jun 14 '21 16:06 jlstevens

Done in https://github.com/pyviz-topics/examples/pull/167.

ablythed avatar Aug 11 '21 13:08 ablythed