X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/513804e1a2bf43329dc7d37ee9374f3e02ffe169..01f34b3dbf9d37a551f90c3025d42202b222713f:/sdk/cwl/setup.py diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py index 66cda19f40..bf5a9a9f1f 100644 --- a/sdk/cwl/setup.py +++ b/sdk/cwl/setup.py @@ -36,13 +36,14 @@ setup(name='arvados-cwl-runner', # file to determine what version of cwltool and schema-salad to # build. install_requires=[ - 'cwltool==3.1.20220623174452', - 'schema-salad==8.3.20220801194920', + 'cwltool==3.1.20230119183816', + 'schema-salad>8.3.20220913105718', 'arvados-python-client{}'.format(pysdk_dep), - 'setuptools', 'ciso8601 >= 2.0.0', 'networkx < 2.6', - 'msgpack==1.0.3' + 'msgpack==1.0.3', + 'importlib-metadata<5', + 'setuptools>=40.3.0' ], data_files=[ ('share/doc/arvados-cwl-runner', ['LICENSE-2.0.txt', 'README.rst']),