Skip to content

Commit 8fb3db1

Browse files
committed
add zlib to deps
1 parent 9a8b55e commit 8fb3db1

2 files changed

Lines changed: 65 additions & 0 deletions

File tree

pixi.lock

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

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ nodejs = "26.4.*"
117117
[tool.pixi.feature.build.dependencies]
118118
rust = ">=1.47.0"
119119

120+
[tool.pixi.feature.wheels.dependencies]
121+
zlib = "*"
122+
120123
[tool.pixi.environments]
121124
default = { solve-group = "default" }
122125
build = { features = ["build"], solve-group = "default" }

0 commit comments

Comments
 (0)