diff --git a/pyproject.toml b/pyproject.toml index eec36aa0b..e1c1a9b1e 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.4,<3", # Could be optional # Related to HTML report "minify-html>=0.15.0",