From d0ec62079ae06444822c75eb1c962eb7243b91f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 14:29:31 +0100 Subject: [PATCH] build(deps): bump numpy from 2.1.3 to 2.2.0 in /_package (#371) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Camille <78221213+clatapie@users.noreply.github.com> --- _package/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_package/pyproject.toml b/_package/pyproject.toml index 4fda95f30..91f5c2c68 100644 --- a/_package/pyproject.toml +++ b/_package/pyproject.toml @@ -38,7 +38,7 @@ doc = [ "build>= 0.10.0", "jupyter_sphinx==0.5.3", "linuxdoc==20240924", - "numpy==2.1.3", + "numpy==2.2.0", "numpydoc==1.8.0", "pandas==2.2.3", "parse==1.20.2",