MAINT: Bump numpy and pandas.

This commit is contained in:
Scott Sanderson
2016-09-20 16:24:54 -04:00
parent 80227eda57
commit 29d5854aa1
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',
}