[ARVADOS] updated: 1.3.0-642-g7dcebbc2a

Git user git at public.curoverse.com
Thu Apr 4 14:42:18 UTC 2019


Summary of changes:
 sdk/cwl/setup.py | 1 +
 1 file changed, 1 insertion(+)

       via  7dcebbc2afce3dae3f0ce0302759ba4ccc2afe99 (commit)
      from  6f4e3ff911ab778c83240e9faf9c71fa6470f50c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 7dcebbc2afce3dae3f0ce0302759ba4ccc2afe99
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Thu Apr 4 10:41:27 2019 -0400

    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 <pamstutz at veritasgenetics.com>

diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py
index d97e7428d..1052fb0d7 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'],

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list