Misunderstanding poetry resolving system version resolution #5784
-
|
Hello, I use poetry with large dependency graph (~ 30 dependencies on top level) Specify dependencies: Resolve produce conflict: I use Python 3.7.3 and Poetry version 1.1.13 unable to resolve dependencies. |
Beta Was this translation helpful? Give feedback.
Answered by
TillerBurr
Jun 10, 2022
Replies: 1 comment 3 replies
-
|
With those dependencies, it allows for the possibility of |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
vit1251
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With those dependencies, it allows for the possibility of
python==3.7.0, which is a conflict forpandas==1.3.0. I would try specifying