Skip to content

use conda --freeze-installed in Deps.add() #64

Closed
@cjdoris

Description

@cjdoris

According to the conda docs, we should be able to use this option to prevent already-installed packages from changing. We could use this in Deps.add() to guarantee consistent state.

However, the option doesn't seem to work! In a fresh environment, doing conda install python then conda install --freeze-installed numpy installs Python 3.10 then downgrades it to Python 3.9!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions