BLD: bcolz 1.0.0 slowing us down

This commit is contained in:
Richard Frank
2016-04-12 19:04:23 -04:00
parent 3fdefea1b0
commit 5bfa433cd1
+3 -2
View File
@@ -140,8 +140,9 @@ def _filter_requirements(lines_iter, filter_names=None,
yield line
# We don't currently have any known upper bounds.
REQ_UPPER_BOUNDS = {}
REQ_UPPER_BOUNDS = {
'bcolz': '<1'
}
def _with_bounds(req):