Skip to content

Commit 74c6ffc

Browse files
committed
fix pixi ambiuous version specifier warnings
1 parent 2d0f8c5 commit 74c6ffc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pixi.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@ cmd = "pip install rerun-sdk==0.24.0"
117117
pip = ">=24.0,<25" # To install rerun-sdk
118118

119119
# C++ build-tools:
120-
cmake = "3.27.6"
120+
cmake = "==3.27.6"
121121
clang-tools = ">=15,<16" # clang-format
122122
cxx-compiler = "1.6.0.*"
123-
ninja = "1.11.1"
123+
ninja = "==1.11.1"
124124

125125
# ROS 2 build-tools:
126126
colcon-core = ">=0.16.0,<0.17"

0 commit comments

Comments
 (0)