From ee620e1305ed54d03cbc70cc85f1dad0734bc52c Mon Sep 17 00:00:00 2001 From: Teklia Bot <bot@teklia.com> Date: Mon, 13 Nov 2023 01:03:23 +0000 Subject: [PATCH] Bump Python requirement numpy to 1.26.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3997eb6..e9f0e74 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ huggingface-hub==0.18.0 -numpy==1.23.5 +numpy==1.26.2 opencv-python-headless==4.7.0.72 pyyaml==6.0.1 requests>=2,<3 -- GitLab