X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/615e280721c4be51556e2c31b4baffa69dd0d6d8..9d7e070f2a518b4da0174140fb6e3914b32efba1:/sdk/cwl/setup.py diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py index c8ab71e50b..4bccadb1bf 100644 --- a/sdk/cwl/setup.py +++ b/sdk/cwl/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Copyright (C) The Arvados Authors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 @@ -39,8 +39,8 @@ setup(name='arvados-cwl-runner', # file to determine what version of cwltool and schema-salad to # build. install_requires=[ - 'cwltool==3.0.20200807132242', - 'schema-salad==7.0.20200612160654', + 'cwltool==3.0.20210124104916', + 'schema-salad==7.0.20210124093443', 'arvados-python-client{}'.format(pysdk_dep), 'setuptools', 'ciso8601 >= 2.0.0'