From 7ebf056432db867ec4e6b874f940afe1d6da902b Mon Sep 17 00:00:00 2001 From: Yoann Schneider <yschneider@teklia.com> Date: Thu, 23 Mar 2023 11:20:28 +0000 Subject: [PATCH] Stick to numpy<1.24 to fix errors about numba when installing training extras --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8a3d205..550ef86 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ huggingface-hub==0.13.3 -numpy==1.24.2 +numpy==1.23.5 opencv-python-headless==4.7.0.72 pyyaml==6.0 requests>=2,<3 -- GitLab