Skip to content

Commit d0e88d2

Browse files
committed
Add curl
Signed-off-by: Florian Vahl <[email protected]>
1 parent 16857f2 commit d0e88d2

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

pixi.lock

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

pixi.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ bitbots_rust_nav = { path = "src/bitbots_navigation/bitbots_rust_nav" }
193193
pillow = "<12" # this constraint is needed as yoeo specifies the 11 major version and otherwise uv fails to solve given the constrains from the conda ecosystem.
194194
setuptools = "==68.1.2" # Pinning setuptools to avoid issues with colcon build
195195
git = ">=2.52.0,<3" # Otherwise the system git might be used causing ABI issues
196+
curl = ">=8.17.0,<9"
196197

197198
[feature.format.dependencies]
198199
clang-format = ">=21.1.0,<22"

0 commit comments

Comments
 (0)