X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/27816b602e9da83a2565e6fe8f87f250555b1ba5..c211862a0f01b5073f59621ea3fe395d7f53390c:/sdk/cwl/setup.py?ds=sidebyside diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py index cf797f0db4..36ad22b4ba 100644 --- a/sdk/cwl/setup.py +++ b/sdk/cwl/setup.py @@ -29,8 +29,10 @@ setup(name='arvados-cwl-runner', 'bin/cwl-runner', 'bin/arvados-cwl-runner' ], + # Make sure to update arvados/build/run-build-packages.sh as well + # when updating the cwltool version pin. install_requires=[ - 'cwltool==1.0.20160712154127', + 'cwltool==1.0.20160714182449', 'arvados-python-client>=0.1.20160322001610' ], data_files=[