Skip to content

Will dynamic dependencies ever be supported? #290

Answered by rgommers
stefanv asked this question in Q&A
Discussion options

You must be logged in to vote

AFAIK pip has no way to install dependencies from pyproject.toml.

Yes, that is a problem that I hope is going to be resolved at some point. I checked pip's open issues and found at least two recent issues discussing it (there are likely more). Added a comment: pypa/pip#11584 (comment)

However, we don't want to specify dependencies in two places (requirements.txt and pyproject.toml).

Agreed - but pyproject.toml is the correct and standardized place for this.

Will dynamic dependencies ever be supported in meson-python? I saw that this functionality is available in setuptools (beta) now.

I'm not sure what the motivation for setuptools is here, but it seems like a move in the wrong dire…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@rgommers
Comment options

@stefanv
Comment options

@rgommers
Comment options

Answer selected by stefanv
Comment options

You must be logged in to vote
1 reply
@stefanv
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants