Altering dependency specification in conda environments
Closed this issue · 0 comments
utkusarioglu commented
Environment files for all the conda based containers list their channels as an array. However this is not the right approach as it ends up causing dependency conflicts.
The dependencies shall be updated as follows:
`<dependency_name>::<channel_name>.
This was already done for the music
environment, the same practice should be followed in other conda containers as well