Skip to content

Conversation

blooop
Copy link
Contributor

@blooop blooop commented Jul 21, 2025

This fixes some deprecation warnings that appear when using the latest version of pixi (0.49.0)

  ⚠ The `depends_on` field is deprecated. Use `depends-on` instead.
    ╭─[/home/ags/projects/cpp-example-ros2-bridge/pixi.toml:78:1]
 77 │ cmd = "bash -c 'source ./install/local_setup.bash && ros2 launch rerun_bridge carla_example.launch'"
 78 │ depends_on = ["build", "rerun_viewer", "carla_example_data"]
    · ─────┬────
    ·      ╰── replace this with 'depends-on'
 79 │ cwd = "humble_ws"
    ╰────

and

 WARN Encountered ambiguous version specifier `3.27.6`, could be `3.27.6.*` but assuming you meant `==3.27.6`. In the future this will result in an error.
 WARN Encountered ambiguous version specifier `1.11.1`, could be `1.11.1.*` but assuming you meant `==1.11.1`. In the future this will result in an error.

I also ran pixi update to get the latest versions of the pixi dependencies.

Copy link
Member

@ntjohnson1 ntjohnson1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pixi > 0.44 allows us to specify a pixi-requires to pin pixi itself. However, rerun is below that so maybe we don't update that until rerun itself comes forward.

@ntjohnson1 ntjohnson1 merged commit 062a946 into rerun-io:main Jul 25, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants