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: always overwrite when pixi adding the dependency #1935

Merged
merged 2 commits into from
Aug 30, 2024

Conversation

ruben-arts
Copy link
Contributor

@ruben-arts ruben-arts commented Aug 28, 2024

Before:

pixi add numpy
pixi add pandas==2.0.1
# fails because of numpy <2 requirement
pixi add numpy panda==2.0.1
# Still fails but it should just resolve the two packages together

After this PR

pixi add numpy
pixi add pandas==2.0.1
# fails because of numpy <2 requirement
pixi add numpy panda==2.0.1
# Works as numpy is readded to the project without constraints and the solve is rerun for it.

@tdejager tdejager changed the title fix: overwrite always when pixi adding the dependency fix: always overwrite when pixi adding the dependency Aug 30, 2024
@tdejager tdejager merged commit 3f5f965 into prefix-dev:main Aug 30, 2024
28 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.

3 participants