[ARVADOS] updated: 2.1.0-1047-g964461660

Git user git at public.arvados.org
Fri Jul 9 14:56:35 UTC 2021


Summary of changes:
 sdk/cwl/setup.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

       via  964461660dd9ea318544ce44019c5a082f659d1d (commit)
      from  ec89530b9bd210a4bba8219f374f89ff88021fcd (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 964461660dd9ea318544ce44019c5a082f659d1d
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Fri Jul 9 10:54:30 2021 -0400

    Pin networkx to avoid new version that pulls in scipy/numpy
    
    refs #17879
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py
index 1a701f258..34fe0c15d 100644
--- a/sdk/cwl/setup.py
+++ b/sdk/cwl/setup.py
@@ -43,7 +43,8 @@ setup(name='arvados-cwl-runner',
           'schema-salad==7.1.20210611090601',
           'arvados-python-client{}'.format(pysdk_dep),
           'setuptools',
-          'ciso8601 >= 2.0.0'
+          'ciso8601 >= 2.0.0',
+          'networkx < 2.6'
       ],
       extras_require={
           ':os.name=="posix" and python_version<"3"': ['subprocess32 >= 3.5.1'],

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list