From: Peter Amstutz Date: Wed, 3 Aug 2022 21:13:36 +0000 (-0400) Subject: 19280: pin msgpack because 1.0.4 has install problems X-Git-Tag: 2.5.0~103^2~1 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/61c68cf08258d3292257b67c6b50a223b17f4bfd 19280: pin msgpack because 1.0.4 has install problems Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py index c5eccaad6d..66cda19f40 100644 --- a/sdk/cwl/setup.py +++ b/sdk/cwl/setup.py @@ -41,7 +41,8 @@ setup(name='arvados-cwl-runner', 'arvados-python-client{}'.format(pysdk_dep), 'setuptools', 'ciso8601 >= 2.0.0', - 'networkx < 2.6' + 'networkx < 2.6', + 'msgpack==1.0.3' ], data_files=[ ('share/doc/arvados-cwl-runner', ['LICENSE-2.0.txt', 'README.rst']),