From 92f597c85a3961ffc08dd433c6d067a0cc23b420 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 17:28:30 +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 1d41981..edf8422 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ requires-python = ">= 3.9" dependencies = [ 'bottleneck >=1.4.2, <2.0.0', - 'numpy >=1.24.3, <2', + 'numpy >=1.24.3, <3', 'openfisca-core[web-api] >=41.5.0, <41.5.3', 'scipy >= 0.12', ]