Skip to content

Releases: conda-incubator/conda-lockfiles

0.1.1

22 Oct 17:02
f4bc831

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.0...0.1.1

0.1.0

14 Oct 20:25
5c6484f

Choose a tag to compare

Highlights

🎉 Initial release of conda-lockfiles!

Lock files record the exact state of an environment so that it can be reproduced at a later date or shared with collaborators. conda-lockfiles brings native lockfile support to conda with the ability to create and use lockfiles across multiple formats and platforms. With multiplatform support, you can solve environments once and deploy them consistently across Linux, macOS, and Windows.

This plugin stands on the shoulders of the excellent conda-lock project and supports the pixi/rattler lockfile format. We're grateful for the pioneering work these projects have done in the conda lockfile space and aim to provide an integrated lockfile experience within conda that supports multiple formats.

Supported Lockfile Formats

The following formats support both creating/exporting environments from/to said format.

Key Features

  • Multiplatform support - create lockfiles for multiple platforms at once (#55)
  • Environment exporter & environment spec plugin hooks (#36)

Documentation

  • Full documentation site (#60)

Requirements

  • Requires conda >= 25.9.0 (#40, #61)
  • Supports Python 3.10, 3.11, 3.12, and 3.13 (#61, #46)

New Contributors

Full Changelog: https://github.com/conda-incubator/conda-lockfiles/commits/0.1.0