From d2b23bf41c3736c9eb36dc5b633523885c7fa13c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 01:59:26 +0000 Subject: [PATCH] pip prod(deps): update numpy requirement from <=2.1.3 to <=2.2.0 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/v0.2.0...v2.2.0) --- 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 b05ae86..5254a1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ include = ["LICENSE"] [tool.poetry.dependencies] python = ">=3.10" pandas = ">=1.5,<3.0" -numpy = "<=2.1.3" +numpy = "<=2.2.0" plotnine = "<=0.12.4" seaborn = ">=0.12,<0.14" requests = ">=2.28.0"