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 f1efae5 commit 4b36b88Copy full SHA for 4b36b88
1 file changed
pixi.toml
@@ -121,10 +121,10 @@ cmd = "pip install git+https://github.com/rerun-io/rerun-loader-python-example-u
121
pip = ">=24.0,<25" # To install rerun-sdk and rerun-loader-python-example-urdf
122
123
# C++ build-tools:
124
-cmake = "3.27.6"
+cmake = "==3.27.6"
125
clang-tools = ">=15,<16" # clang-format
126
cxx-compiler = "1.6.0.*"
127
-ninja = "1.11.1"
+ninja = "==1.11.1"
128
129
# ROS 2 build-tools:
130
colcon-core = ">=0.16.0,<0.17"
0 commit comments