From 378add995824183e69b6ce994cfc666d4bfb1b3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 12:15:04 +0000 Subject: [PATCH] Update numpy requirement from <2,>=1.24.3 to >=1.24.3,<3 Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.24.3...v2.1.3) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 811b049..e40e5e9 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', 'openfisca-core[web-api] ==41.5.3', 'scipy >= 0.12',