diff --git a/setup.py b/setup.py index ff568992..562b356b 100644 --- a/setup.py +++ b/setup.py @@ -71,7 +71,7 @@ 'configparser', 'future', 'humanize', - 'numpy >= 1.11, < 1.16', # to work with tables + 'numpy >= 1.11, < 1.19', # to work with tables 'tables >= 3.4.4, < 4.0.0', 'openfisca-core >=34.2.2,<35.0.0', 'pandas >= 0.22',