Version the CWL runner's dependency on cwltool.
authorBrett Smith <brett@curoverse.com>
Fri, 9 Oct 2015 15:24:50 +0000 (11:24 -0400)
committerBrett Smith <brett@curoverse.com>
Fri, 9 Oct 2015 15:25:14 +0000 (11:25 -0400)
cwltool development is continuing on with API-incompatible changes.
No issue #.

sdk/cwl/setup.py

index 2fd03f754aed6b62ffe5a5e9a2f0fbee35300909..4812252e0c1ec49c612668b69f0fbcb4ca3c6b26 100644 (file)
@@ -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,