Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix warnings when using pixi 0.40.x #8791

Merged
merged 2 commits into from
Jan 24, 2025
Merged

Fix warnings when using pixi 0.40.x #8791

merged 2 commits into from
Jan 24, 2025

Conversation

Wumpf
Copy link
Member

@Wumpf Wumpf commented Jan 23, 2025

What

I'm using a newer pixi version because it promises some performance improvements on Windows (where the environment switch is quite costly). Prior to this PR this resulted in the following warnings:

 WARN Encountered ambiguous version specifier `1.5.1`, could be `1.5.1.*` but assuming you meant `==1.5.1`. In the future this will result in an error.
 WARN Encountered ambiguous version specifier `18.0.0`, could be `18.0.0.*` but assuming you meant `==18.0.0`. In the future this will result in an error.
 WARN Encountered ambiguous version specifier `19.37.32822`, could be `19.37.32822.*` but assuming you meant `==19.37.32822`. In the future this will result in an error.    
 WARN Encountered ambiguous version specifier `16.0.6`, could be `16.0.6.*` but assuming you meant `==16.0.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.
 WARN Encountered ambiguous version specifier `16.0.6`, could be `16.0.6.*` but assuming you meant `==16.0.6`. In the future this will result in an error.
 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.14.1`, could be `1.14.1.*` but assuming you meant `==1.14.1`. 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.
 WARN Encountered ambiguous version specifier `18.0.0`, could be `18.0.0.*` but assuming you meant `==18.0.0`. In the future this will result in an error.
 WARN Encountered ambiguous version specifier `0.3.5`, could be `0.3.5.*` but assuming you meant `==0.3.5`. In the future this will result in an error.

@Wumpf Wumpf added 🧑‍💻 dev experience developer experience (excluding CI) exclude from changelog PRs with this won't show up in CHANGELOG.md labels Jan 23, 2025
Copy link

github-actions bot commented Jan 23, 2025

Latest documentation preview deployed successfully.

Result Commit Link
7437a17 https://landing-eumwsj397-rerun.vercel.app/docs

Note: This comment is updated whenever you push a commit.

Copy link

github-actions bot commented Jan 23, 2025

Web viewer built successfully. If applicable, you should also test it:

  • I have tested the web viewer
Result Commit Link Manifest
7437a17 https://rerun.io/viewer/pr/8791 +nightly +main

Note: This comment is updated whenever you push a commit.

@Wumpf Wumpf merged commit 6932966 into main Jan 24, 2025
37 checks passed
@Wumpf Wumpf deleted the andreas/fix-pixi-warnings branch January 24, 2025 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧑‍💻 dev experience developer experience (excluding CI) exclude from changelog PRs with this won't show up in CHANGELOG.md
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants