From 7dcebbc2afce3dae3f0ce0302759ba4ccc2afe99 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Thu, 4 Apr 2019 10:41:27 -0400 Subject: [PATCH] Pin networkx because 2.2 is the last version to support Python 2.7 and 3.4 no issue # Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- sdk/cwl/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py index d97e7428da..1052fb0d76 100644 --- a/sdk/cwl/setup.py +++ b/sdk/cwl/setup.py @@ -40,6 +40,7 @@ setup(name='arvados-cwl-runner', 'arvados-python-client>=1.3.0.20190205182514', 'setuptools', 'ciso8601 >= 2.0.0', + 'networkx < 2.3' ], extras_require={ ':os.name=="posix" and python_version<"3"': ['subprocess32 >= 3.5.1'], -- 2.30.2