deps: Update pixi tool constraint to >=0.80.0 - #994
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
>=0.79.0→>=0.80.00.81.0Release Notes
prefix-dev/pixi (pixi)
v0.80.0Compare Source
✨ Highlights
Pixi now has experimental support for
conda-script. Conda scripts let you write scripts in any language, with dependencies and instructions for running them included in the same file.Pixi solves the environment, caches it, and runs the script without requiring a separate workspace.
For example, an R script can now be self-contained:
Or compile and run a C++ file with Conda-provided dependencies:
First enable the experimental configuration with:
Then, run them with:
You can also create and manage these scripts with
pixi init --script,pixi add --script,pixi remove --script,pixi lock --script, and the other script-aware commands.Added
conda-scriptsupport by @Hofer-Julian in #6907, #6908, #6909, #6928, #6929, and #6943. This includes the metadata model, cross-platform entrypoint shell,pixi run --script,pixi init --script, dependency editing, and sharedtool.pixisupport across script formats.Documentation
conda-scriptfiles by @Hofer-Julian in #6911Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.