Skip to content

Commit 4b36b88

Browse files
committed
fix pixi ambiuous version specifier warnings
1 parent f1efae5 commit 4b36b88

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
@@ -121,10 +121,10 @@ cmd = "pip install git+https://github.com/rerun-io/rerun-loader-python-example-u
121121
pip = ">=24.0,<25" # To install rerun-sdk and rerun-loader-python-example-urdf
122122

123123
# C++ build-tools:
124-
cmake = "3.27.6"
124+
cmake = "==3.27.6"
125125
clang-tools = ">=15,<16" # clang-format
126126
cxx-compiler = "1.6.0.*"
127-
ninja = "1.11.1"
127+
ninja = "==1.11.1"
128128

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

0 commit comments

Comments
 (0)