[ARVADOS] updated: 38576187f1f1198afe0a8b6a62f7bf1388bd339d
git at public.curoverse.com
git at public.curoverse.com
Fri Oct 9 11:25:16 EDT 2015
Summary of changes:
sdk/cwl/setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 38576187f1f1198afe0a8b6a62f7bf1388bd339d (commit)
from b8afbe378247ba5cb81b067f37a35350726f038b (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 38576187f1f1198afe0a8b6a62f7bf1388bd339d
Author: Brett Smith <brett at curoverse.com>
Date: Fri Oct 9 11:24:50 2015 -0400
Version the CWL runner's dependency on cwltool.
cwltool development is continuing on with API-incompatible changes.
No issue #.
diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py
index 2fd03f7..4812252 100644
--- a/sdk/cwl/setup.py
+++ b/sdk/cwl/setup.py
@@ -29,7 +29,7 @@ setup(name='arvados-cwl-runner',
'bin/cwl-runner'
],
install_requires=[
- 'cwltool',
+ 'cwltool==1.0.20150722144138',
'arvados-python-client'
],
zip_safe=True,
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list