We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d0f8c5 commit 74c6ffcCopy full SHA for 74c6ffc
1 file changed
pixi.toml
@@ -117,10 +117,10 @@ cmd = "pip install rerun-sdk==0.24.0"
117
pip = ">=24.0,<25" # To install rerun-sdk
118
119
# C++ build-tools:
120
-cmake = "3.27.6"
+cmake = "==3.27.6"
121
clang-tools = ">=15,<16" # clang-format
122
cxx-compiler = "1.6.0.*"
123
-ninja = "1.11.1"
+ninja = "==1.11.1"
124
125
# ROS 2 build-tools:
126
colcon-core = ">=0.16.0,<0.17"
0 commit comments