From 5ae71733bf0064665a4d5255689562adcbf22019 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 07:55:01 +0000 Subject: [PATCH] chore(deps): update dependency numpy to >=1.25.2,<1.26 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 43a20dd15..c27b20fba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ pydantic>=1.8.1, <2 PyYAML>=5.0.0, <6.1 jinja2>=2.11.1, <3.2 visions[type_image_path]==0.7.5 -numpy>=1.16.0,<1.24 +numpy>=1.25.2,<1.26 # Could be optional # Related to HTML report htmlmin==0.1.12