From: Peter Amstutz Date: Thu, 4 Apr 2019 14:41:27 +0000 (-0400) Subject: Pin networkx because 2.2 is the last version to support Python 2.7 and 3.4 X-Git-Tag: 1.4.0~78 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/7dcebbc2afce3dae3f0ce0302759ba4ccc2afe99 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 --- 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'],