v0.15.0
✨ Highlights
[pypi-dependencies]
now get build in the created environment so it uses the conda installed build tools.pixi init --import env.yml
to import an existing conda environment file.[target.unix.dependencies]
to specify dependencies for unix systems instead of per platform.
Warning
This versions build failed, use v0.15.1
📃 Details
Added
- pass environment variables during pypi resolution and install (#818)
- skip micromamba style selector lines and warn about them (#830)
- add import yml flag (#792)
- check duplicate dependencies (#717)
- (ci) check conventional PR title (#820)
- add
--feature
topixi add
(#803) - add windows, macos, linux and unix to targets (#832)
Fixed
- cache and retry pypi name mapping (#839)
- check duplicates while adding dependencies (#829)
- logic
PIXI_NO_PATH_UPDATE
variable (#822)