From d7f028f3d11790a29e3ee010b45d0f3713c452c5 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Sat, 29 Jun 2024 13:50:07 +1000 Subject: [PATCH] had to hard lock numpy for now so that face recognition library can find locations --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index a615e3f..9a48931 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ flask==2.3.3 +numpy==1.26.4 flask_login flask-ldap3-login sqlalchemy