X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/28aa91f035205ede87ce62594ebacc36df50a84e..e41e6ac3f0039ecb50e762e58d85cc1fffdf6eda:/sdk/cwl/setup.py?ds=sidebyside diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py index 4e72091a6b..36ad22b4ba 100644 --- a/sdk/cwl/setup.py +++ b/sdk/cwl/setup.py @@ -29,10 +29,11 @@ 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.20160630171631', - 'arvados-python-client>=0.1.20160322001610', - 'ruamel.yaml==0.11.11', # this should be declared by schema_salad instead, but see #9567 + 'cwltool==1.0.20160714182449', + 'arvados-python-client>=0.1.20160322001610' ], data_files=[ ('share/doc/arvados-cwl-runner', ['LICENSE-2.0.txt', 'README.rst']),