You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are incompatible versions in the resolved dependencies:
botocore==1.13.48 (from -r requirements.in (line 1))
botocore<1.14.0,>=1.13.49 (from boto3==1.10.49->-r requirements.in (line 2))
The text was updated successfully, but these errors were encountered:
Thanks for the report! Currently, pip-tools doesn't have a proper deps resolver, but I believe as we adopt new pip's resolver (pypa/pip#988) this issue will be fixed.
This has been fixed in #1539 with the backtracking resolver, try pip-compile --resolver backtracking. The resolver is released as part of pip-tools v6.8.0. Please let us know if it doesn't resolve your issue. Thanks!
Environment Versions
Steps to replicate
Expected result
Resolve to the following:
This set is chosen by poetry and pipgrip.
Actual result
The text was updated successfully, but these errors were encountered: