From 8a68dc665ada6fdd3c9011293f7026c3b6cb1b27 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Nov 2025 23:38:55 +0000 Subject: [PATCH] chore(deps): update dependency numpy to >=2.3.5,<3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eec36aa0b..44b4d8c3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "PyYAML>=5.0.0, <6.1", "jinja2>=2.11.1, <3.2", "visions[type_image_path]>=0.7.5, <0.8.2", - "numpy>=1.16.0,<2.2", + "numpy>=2.3.5,<3", # Could be optional # Related to HTML report "minify-html>=0.15.0",