Skip to content

Commit e857c91

Browse files
authored
fix pixi warning and version format for backend (#917)
1 parent ed56212 commit e857c91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ build-env = { features = ["pyverbase", "build-env"], solve-group = "default" }
107107
# specify where to download the build backend that builds conda files
108108
[tool.pixi.package.build.backend]
109109
name = "pixi-build-python"
110-
version = "2.0.0"
110+
version = "==2.0.0"
111111
channels = [
112112
"https://prefix.dev/pixi-build-backends",
113113
"https://prefix.dev/conda-forge",

0 commit comments

Comments
 (0)