X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/465cb9225cce74600349239a295b1360ce2b0fa6..352b2fa89337c6381aee45d173f95e5c7c0653e0:/sdk/cwl/setup.py diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py index 2fd03f754a..4812252e0c 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,