MAINT: Bump numpy and pandas.

This commit is contained in:
Scott Sanderson
2016-09-20 16:24:54 -04:00
parent 3fff6591cf
commit c998d619b1
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ def _filter_requirements(lines_iter, filter_names=None,
REQ_UPPER_BOUNDS = {
'bcolz': '<1',
'pandas': '<0.18',
'pandas': '<0.19',
}