10088: Bump cwltool dependency for another bugfix to scandeps.
[arvados.git] / sdk / cwl / setup.py
index 4e72091a6b563b6d0a4c4fee740902825f89cd35..fef9deca96c842f40a1db66f5c25989160798d12 100644 (file)
@@ -29,10 +29,11 @@ setup(name='arvados-cwl-runner',
           'bin/cwl-runner',
           'bin/arvados-cwl-runner'
       ],
+      # Make sure to update arvados/build/run-build-packages.sh as well
+      # when updating the cwltool version pin.
       install_requires=[
-          'cwltool==1.0.20160630171631',
-          'arvados-python-client>=0.1.20160322001610',
-          'ruamel.yaml==0.11.11', # this should be declared by schema_salad instead, but see #9567
+          'cwltool==1.0.20160919152321',
+          'arvados-python-client>=0.1.20160826210445'
       ],
       data_files=[
           ('share/doc/arvados-cwl-runner', ['LICENSE-2.0.txt', 'README.rst']),