diff --git a/pyproject.toml b/pyproject.toml index 641d611..6fbf21f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ requires-python = ">= 3.9" dependencies = [ 'bottleneck >=1.3.2,<=2.0.0', - 'numpy >=1.24.3, <2', + 'numpy >=1.24.3, <3', 'openfisca-core[web-api] >=43, <44', 'scipy >= 0.12', ]