Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSON schema for conda's environment.yml files #280

Closed
brettcannon opened this issue Nov 23, 2017 · 2 comments · Fixed by #290
Closed

JSON schema for conda's environment.yml files #280

brettcannon opened this issue Nov 23, 2017 · 2 comments · Fixed by #290
Assignees
Labels
feature-request Request for new features or functionality
Milestone

Comments

@brettcannon
Copy link
Member

brettcannon commented Nov 23, 2017

See #189 for various details that affect this as well.

@brettcannon brettcannon added awaiting 2-PR feature-request Request for new features or functionality labels Nov 23, 2017
@brettcannon brettcannon added this to the December 2017 milestone Nov 23, 2017
@brettcannon brettcannon self-assigned this Nov 23, 2017
@brettcannon
Copy link
Member Author

brettcannon commented Nov 23, 2017

Unfortunately environment.yml does not have any documentation, but if you look at conda_env.env.from_yaml() you discover it just reads the YAML file and passes it all as keyword arguments to conda_env.env.Environment.__init__(), so in that instance the format will need to be reverse-engineered.

And all of this needs to clearly document at what version of conda the information was taken from.

@brettcannon
Copy link
Member Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants