Skip to content

Commit

Permalink
Reorder pixi.toml deps
Browse files Browse the repository at this point in the history
  • Loading branch information
roym899 committed May 24, 2024
1 parent 841d901 commit 2e8e455
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ cmd = "pip install rerun-sdk==0.15"
cmd = "pip install git+https://github.com/rerun-io/rerun-loader-python-example-urdf.git"

[dependencies]
pip = ">=24.0,<25" # To install rerun-sdk and rerun-loader-python-example-urdf

# C++ build-tools:
cmake = "3.27.6"
clang-tools = ">=15,<16" # clang-format
Expand All @@ -136,4 +138,3 @@ opencv = ">=4.9.0,<4.10"

# Additional dependencies for mcap support
ros-humble-rosbag2-test-common = ">=0.15.9,<0.16"
pip = ">=24.0,<25"

0 comments on commit 2e8e455

Please sign in to comment.