You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will have to investigate but I think in the previous version this would also not parse properly. We expect a version string not a matchspec. I think what you want to achieve is:
jaxlib = { build = "*cpu*" }
E.g. select any version that has cpu anywhere in the build string.
Checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pixi, using
pixi --version
.Reproducible example
Add a dependency with special pattern like the following to pyproject.toml
Issue description
Pixi commands fail with the following error message:
if I rollback to 0.27.0 it works as expected
Expected behavior
Pixi should be able to parse these pattern versions, as it did in prior versions.
The text was updated successfully, but these errors were encountered: