From a2870bc1f0c0b35a4cd1c7e5d46d578fc69fcce0 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 29 Sep 2017 08:02:00 -0400 Subject: [PATCH] 12 max rounds Signed-off-by: Kenneth Reitz --- pipenv/patched/piptools/resolver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipenv/patched/piptools/resolver.py b/pipenv/patched/piptools/resolver.py index e57fc52b..021f9014 100755 --- a/pipenv/patched/piptools/resolver.py +++ b/pipenv/patched/piptools/resolver.py @@ -70,7 +70,7 @@ class Resolver(object): """ return {ireq: self.repository.get_hashes(ireq) for ireq in ireqs} - def resolve(self, max_rounds=10): + def resolve(self, max_rounds=12): """ Finds concrete package versions for all the given InstallRequirements and their recursive dependencies. The end result is a flat list of