From 170e95297480f7002f0fa05262e9a8374f9adb22 Mon Sep 17 00:00:00 2001 From: alexbarros Date: Thu, 14 Mar 2024 08:56:44 -0300 Subject: [PATCH] chore(deps): update upper bound for numpy and numba --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f68cb0bd4..7f5260dd7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ pydantic>=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.26 +numpy>=1.16.0, <2 # Could be optional # Related to HTML report htmlmin==0.1.12 @@ -24,4 +24,4 @@ typeguard>=4.1.2, <5 imagehash==4.3.1 wordcloud>=1.9.1 dacite>=1.8 -numba>=0.56.0,<0.60.0 +numba>=0.56.0, <1