14259: Don't scan the entire collection for remote blocks when not needed.
[arvados.git] / sdk / python / setup.py
index 2c09cecff4ed149c48eba10c7ba5c5381f576732..8f576196bc4cd623076ed59c4166e4f40a48f369 100644 (file)
@@ -51,7 +51,7 @@ setup(name='arvados-python-client',
           'google-api-python-client >=1.6.2, <1.7',
           'httplib2 >=0.9.2',
           'pycurl >=7.19.5.1',
-          'ruamel.yaml >=0.13.11, <0.15',
+          'ruamel.yaml >=0.13.11, <= 0.15.26',
           'setuptools',
           'ws4py >=0.4.2',
           'subprocess32 >=3.5.1',