Skip to content

Conversation

@peterfpeterson
Copy link
Member

@peterfpeterson peterfpeterson commented Sep 22, 2025

It appears that project.dependencies and tool.pixi.package.run-dependencies can disagree and pixi doesn't care. This copies the project dependencies down to the packaging stage.

To test:

pixi run build-conda and scroll back to the listing of runtime dependencies.

It is not sufficient to pip install the software since the conda package is what is broken.

Check list for the pull request

  • I have read the [CONTRIBUTING]
  • I have read the [CODE_OF_CONDUCT]
  • I have added tests for my changes
  • I have updated the documentation accordingly

Check list for the reviewer

  • I have read the [CONTRIBUTING]
  • I have verified the proposed changes
  • best software practices
    • all internal functions have an underbar, as is python standard
    • clearly named variables (better to be verbose in variable names)
    • code comments explaining the intent of code blocks
  • All the tests are passing
  • The documentation is up to date
  • code comments added when explaining intent

Manual test for the reviewer

References

@peterfpeterson peterfpeterson marked this pull request as ready for review September 22, 2025 20:07
Copy link
Contributor

@darshdinger darshdinger left a comment

Choose a reason for hiding this comment

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

Looks good.

@darshdinger darshdinger merged commit edee081 into main Sep 22, 2025
4 checks passed
@darshdinger darshdinger deleted the package_pins branch September 22, 2025 20:14
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