Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo

- uses: prefix-dev/setup-pixi@v0.9.4
- uses: prefix-dev/setup-pixi@v0.10.0
with:
pixi-version: v0.75.0
frozen: true

- name: Generate recipes for linux-64
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/testpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ jobs:
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo

- uses: prefix-dev/setup-pixi@v0.9.4
- uses: prefix-dev/setup-pixi@v0.10.0
with:
pixi-version: v0.75.0
frozen: true

- name: Long paths workarounds for win-64
Expand Down
77 changes: 38 additions & 39 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ libc = { family="glibc", version="2.17" }

[dependencies]
python = ">=3.14.0,<3.15"
# Include the latest rattler-build fixes w.r.t. to patches handling
# rattler-build regression, pinning to 0.57
rattler-build = "<0.58.0"
# Include the latest rattler-build fixes with respect to patch handling.
rattler-build = ">=0.72.2"
cmake = "<4.0"
setuptools = "<82.0"
rattler-index = ">=0.27.16"
Expand Down