13435: Update ruamel.yaml and ciso8601 versions.
[arvados.git] / sdk / cwl / setup.py
index 6c3b5ac005dc2c61e3056deb9e66308617fc8d9b..563015c2cee122c80922e5043c9cf75a8f9558b2 100644 (file)
@@ -36,10 +36,10 @@ setup(name='arvados-cwl-runner',
           'cwltool==1.0.20180502225535',
           'schema-salad==2.7.20180501211602',
           'typing==3.5.3.0',
-          'ruamel.yaml==0.13.7',
+          'ruamel.yaml >=0.13.7, <0.15',
           'arvados-python-client>=1.1.4.20180418202329',
           'setuptools',
-          'ciso8601 >=1.0.0, <=1.0.4',
+          'ciso8601 >=1.0.6'
       ],
       data_files=[
           ('share/doc/arvados-cwl-runner', ['LICENSE-2.0.txt', 'README.rst']),