Conda-project

Latest version: v0.3.2

Safety actively analyzes 623047 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.11.1

This fix brings some level of backwards compatibility with versions <0.11.0. The `defaults` channel is automatically added to the solve if not present in the anaconda-project.yml file. By adding `nodefaults` this behavior is disabled.

0.11.0

In this release `osx-arm64` and `linux-aarch64` are officially supported. Also, anaconda-project respects the `CONDA_SUBDIR` env var if you need to switch your platform. For example, to prepare an `osx-64` env on an M1 Mac.

An important breaking change is that anaconda-project will only install packages from channels listed in the anaconda-project.yml file and not from channels defined in your .condarc file.

This version drops support for Python 2.7 in the env where anaconda-project is installed. You can still use anaconda-project to make Python 2.7 environments. We just won't be testing anaconda-project in a Python 2.7 Miniconda install.

0.10.2

fixed an issue where downloads with out content-length will fail

0.10.1

Progress bars have been added for

* file downloads during the prepare step
* project download and unarchive

0.10.0

This version improves support for pip packages with the `add-packages`, `remove-packages`, `list-packages`, and `lock` commands.

Secondly, two new options for exporting projects.
* `anaconda-project archive --pack-envs <archive>` will use [conda-pack](https://conda.github.io/conda-pack/) to include full Conda environments in the archive
* `anaconda-project dockerize` will use [s2i-anaconda-project](https://github.com/Anaconda-Platform/s2i-anaconda-project) to build Docker images from your project

See the documentation for more details on how to use these new features.

0.8.4

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.