Skip to content

How can I update indirect dependencies? #5494

Answered by abn
ikanago asked this question in Q&A
Discussion options

You must be logged in to vote

Since matplotlib defines it as a lower bound constraint, a simple poetry update should do the trick unless something else depends on it too.

Alternatively if you want to explicitly say you want a minimum version of pillow, you can add it via poetry add to your project's main or development dependencies. The former will impact your packaged wheel's metadata, the latter will only impact the lockfile and environments managed by Poetry.

Replies: 2 comments 3 replies

Comment options

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

Answer selected by ikanago
Comment options

You must be logged in to vote
2 replies
@abn
Comment options

@AdamJel
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