How to ignore dependency's Python version constrain #9554
Unanswered
PaleNeutron
asked this question in
Q&A
Replies: 2 comments 2 replies
-
I do not think that is possible for now but it will be possible with #9135 where you can distinguish between the Python constraint for your metadata and the Python constraint for locking dependencies. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can make a merge request at htmlimage to relax the python requirement |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm the maintainer of
dataframe_image
and I'm migrating my build system to poetry.But a dependency
html2image
's required python version is ">=3.6,<4.0", I think the<4.0
is not necessary. And if I add it to my dependency, all package depends ondataframe_image
will have to do the same thing. Just like a virus.Is there any way to ignore the
<4.0
dependency?Beta Was this translation helpful? Give feedback.
All reactions