X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/446dffef8db3b0df3367d84d6ab3da1b6c8bcc14..ca1eb648712232558014d648939868b2a902558a:/sdk/cwl/setup.py diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py index 5475848786..95730a69b1 100644 --- a/sdk/cwl/setup.py +++ b/sdk/cwl/setup.py @@ -39,7 +39,7 @@ setup(name='arvados-cwl-runner', # file to determine what version of cwltool and schema-salad to # build. install_requires=[ - 'cwltool==2.0.20200303141624', + 'cwltool==3.0.20200317203547', 'schema-salad==5.0.20200302192450', 'arvados-python-client{}'.format(pysdk_dep), 'setuptools',