From 463782d9dd63ae98089d1cf4cbf5eff30eabbc08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 10:15:55 +0000 Subject: [PATCH] fix(deps): update dependency numpy to v2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3e6b1ce0..03f1c7ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ requires-python = ">=3.8.1" dynamic = ["version"] dependencies = [ - "numpy==1.26.4", + "numpy==2.4.3", "pandas==2.2.0", "pyarrow==15.0.0", "openpyxl==3.1.2",