jnc add
Adds dependencies to the workspace. Dependencies can be conda packages (default) or PyPI packages (with--pypi). If no version is specified, the latest compatible version is chosen automatically.
Versions are pinned using a strategy based on semantic versioning by default. Some well-known packages (Python, Rust, Julia, GCC, NodeJS, etc.) use minor-version pinning instead.
Alias: a