Skip to main content

jnc remove

Removes dependencies from the workspace manifest and updates the lock file accordingly. Supports removing both conda and PyPI dependencies. When the workspace manifest is a pyproject.toml, removing a PyPI dependency with --pypi will remove it from either the native project.dependencies array or, if a feature is specified, from project.optional-dependencies. Alias: rm

Usage

Arguments

Options

Dependency Type

Targeting

Update Options

Global Options

Examples

Remove a conda package

Remove multiple packages

Remove a PyPI package

Remove a platform-specific dependency

Remove a dependency from a feature