Skip to content

Commit e57bb76

Browse files
author
Mauko Quiroga
committed
Bump NumPy's version lower-bound to 1.17.0
1 parent 5d62e13 commit e57bb76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
general_requirements = [
99
'dpath >= 1.5.0, < 2.0.0',
1010
'pytest >= 4.4.1, < 6.0.0', # For openfisca test
11-
'numpy >= 1.11, < 1.21',
11+
'numpy >= 1.17.0, < 1.21.0',
1212
'psutil >= 5.4.7, < 6.0.0',
1313
'PyYAML >= 3.10',
1414
'sortedcontainers == 2.2.2',

0 commit comments

Comments
 (0)