X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/21bf21abe900918a7882f7e43c102418e04159be..e780e337d170036a69879debeb347a9c26a81518:/sdk/cwl/setup.py diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py index 3836cf5a23..2b7b31b9f3 100644 --- a/sdk/cwl/setup.py +++ b/sdk/cwl/setup.py @@ -35,8 +35,10 @@ setup(name='arvados-cwl-runner', install_requires=[ 'cwltool==1.0.20180806194258', 'schema-salad==2.7.20180719125426', - 'typing >= 3.5.3', - 'ruamel.yaml >=0.13.11, <0.15', + 'typing >= 3.6.4', + # Need to limit ruamel.yaml version to 0.15.26 because of bug + # https://bitbucket.org/ruamel/yaml/issues/227/regression-parsing-flow-mapping + 'ruamel.yaml >=0.13.11, <= 0.15.26', 'arvados-python-client>=1.1.4.20180607143841', 'setuptools', 'ciso8601 >=1.0.6, <2.0.0',