From 1e3f7a974bdfde1c5a36e4ab5943b7daa0ab1c56 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 May 2025 00:51:02 +0000 Subject: [PATCH] fix(deps): update dependency numpy to >=2.2.6,<3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e1e668788..694e72f7e 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.2.6,<3", # Could be optional # Related to HTML report "htmlmin==0.1.12",