15881: Skip docker tests if docker is not available.
[arvados.git] / sdk / cwl / setup.py
index 38626ba80b413ee25bcacfe02773eecf3885d552..95730a69b11199bff6f20f7051ab91141d9c1acd 100644 (file)
@@ -39,8 +39,8 @@ setup(name='arvados-cwl-runner',
       # file to determine what version of cwltool and schema-salad to
       # build.
       install_requires=[
-          'cwltool==2.0.20200224214940',
-          'schema-salad==5.0.20200220195218',
+          'cwltool==3.0.20200317203547',
+          'schema-salad==5.0.20200302192450',
           'arvados-python-client{}'.format(pysdk_dep),
           'setuptools',
           'ciso8601 >= 2.0.0'