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
When creating an environment with micromamba and specifying a lock file with additional packages to install, micromamba only takes care of the lock file but not the additional packages.
@pavelzw I've looked into the code for this and it seems doable to implement this feature.
However I wonder if it's at all sound because the order of installing dependencies matters (must be topological; this is given in the @EXPLICIT file). Adding a new dependency to explicit file specs generally requires that the combined set of dependencies be re-ordered (hence, re-solved).
When creating an environment with micromamba and specifying a lock file with additional packages to install, micromamba only takes care of the lock file but not the additional packages.
Example:
lockfile.lock
The text was updated successfully, but these errors were encountered: