You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
See #189 for various details that affect this as well.
The text was updated successfully, but these errors were encountered: