[ARVADOS] created: 1.3.1-1-ge823102cc
Git user
git at public.curoverse.com
Wed Apr 10 18:09:06 UTC 2019
at e823102ccfd9d453651795173156602976fe51d5 (commit)
commit e823102ccfd9d453651795173156602976fe51d5
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date: Wed Apr 10 14:58:09 2019 -0300
15080: Changes open-ended dependency on arvados python client.
Avoid making a-c-r indirectly ask for ciso8601 >= 2.0.0 by pinning
the arvados python client dep version to 1.3.1
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>
diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py
index 9d25a562a..493ce799c 100644
--- a/sdk/cwl/setup.py
+++ b/sdk/cwl/setup.py
@@ -37,7 +37,7 @@ setup(name='arvados-cwl-runner',
'schema-salad==2.7.20181116024232',
'typing >= 3.6.4',
'ruamel.yaml >=0.15.54, <=0.15.77',
- 'arvados-python-client>=1.2.1.20181130020805',
+ 'arvados-python-client==1.3.1',
'setuptools',
'ciso8601 >=1.0.6, <2.0.0',
'subprocess32>=3.5.1',
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list