Skip to content

Commit 0eaf60b

Browse files
joshkammclaude
andcommitted
Use pixi-build-cmake version range for broad pixi compatibility
Instead of pinning ==0.3.8 (which requires pixi >=0.63), use the range >=0.3.6,<=0.3.8 so pixi automatically selects the correct backend API version for the user's installed pixi. This matches the approach used in molecularGSM and avoids forcing all collaborators to upgrade pixi simultaneously. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c7e724a commit 0eaf60b

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

pixi.lock

Lines changed: 10 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pixi.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,15 @@
22
channels = ["nvidia", "conda-forge"]
33
platforms = ["linux-64", "linux-aarch64"]
44
preview = ["pixi-build"]
5-
# Minimum pixi version: 0.63.0 required for pixi-build-cmake 0.3.8 (build API v4)
6-
requires-pixi = ">=0.63"
5+
requires-pixi = ">=0.60.0"
76

87
[package]
98
name = "slatergpu"
109
version = "0.1.14"
1110

1211
[package.build.backend]
1312
name = "pixi-build-cmake"
14-
# NOTE: pixi-build-cmake 0.3.5+ requires build API v4, which means pixi >= 0.63.0
15-
version = "==0.3.8"
13+
version = ">=0.3.6,<=0.3.8"
1614

1715
[package.build.config]
1816
compilers = []

0 commit comments

Comments
 (0)