had to pin setuptools to work with older face recognition and explicitly pull models in for python 3.14 - at some point soon, need to move to newer/better supported AI library - post retirement :)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
numpy==1.26.4
|
||||
setuptools
|
||||
setuptools<70.0.0
|
||||
flask
|
||||
flask_login
|
||||
flask-ldap3-login
|
||||
@@ -17,6 +17,7 @@ datetime
|
||||
pytz
|
||||
dlib
|
||||
face_recognition
|
||||
face_recognition_models @ git+https://github.com/ageitgey/face_recognition_models
|
||||
Werkzeug
|
||||
flask-compress
|
||||
ffmpeg-python
|
||||
|
||||
Reference in New Issue
Block a user