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",