pixi add pip
results in wrong matchspec and fails during install
#1878
Labels
🐞 bug
Something isn't working
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
Issue description
Not sure if it's just with my machine or genreally the case , i just tested with a dummy project just to be sure and can reproduce it.
Pixi add seems to mix up the min and max versions of the added dependencies and fails install as a result. Currently i am facing this with just adding
pip
as a dependency.Expected behavior
should be
NOTE: I have set
pinning-strategy
tominor
Edit: I am pretty sure this has to do with the pinning-strategy set to minor, when it's set to semver, the issue doesn't occur since the upper bounds are much higher.
The text was updated successfully, but these errors were encountered: