Merge branch '20933-arv-copy-cwl' refs #20933
[arvados.git] / sdk / cwl / setup.py
index c885ebd4b1303a1fb9cb02d6b5918719d2c01b16..9e20efd2a3a5d9f38460c712a1a36b9f2e870582 100644 (file)
@@ -36,12 +36,17 @@ setup(name='arvados-cwl-runner',
       # file to determine what version of cwltool and schema-salad to
       # build.
       install_requires=[
-          'cwltool==3.1.20220224085855',
-          'schema-salad==8.2.20211116214159',
+          'cwltool==3.1.20230601100705',
+          'schema-salad==8.4.20230601112322',
           'arvados-python-client{}'.format(pysdk_dep),
-          'setuptools',
           'ciso8601 >= 2.0.0',
-          'networkx < 2.6'
+          'networkx < 2.6',
+          'msgpack==1.0.3',
+          'importlib-metadata<5',
+          'setuptools>=40.3.0',
+
+          # zipp 3.16 dropped support for Python 3.7
+          'zipp<3.16.0; python_version<"3.8"'
       ],
       data_files=[
           ('share/doc/arvados-cwl-runner', ['LICENSE-2.0.txt', 'README.rst']),