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
|
numpy==1.26.4
|
||||||
setuptools
|
setuptools<70.0.0
|
||||||
flask
|
flask
|
||||||
flask_login
|
flask_login
|
||||||
flask-ldap3-login
|
flask-ldap3-login
|
||||||
@@ -17,6 +17,7 @@ datetime
|
|||||||
pytz
|
pytz
|
||||||
dlib
|
dlib
|
||||||
face_recognition
|
face_recognition
|
||||||
|
face_recognition_models @ git+https://github.com/ageitgey/face_recognition_models
|
||||||
Werkzeug
|
Werkzeug
|
||||||
flask-compress
|
flask-compress
|
||||||
ffmpeg-python
|
ffmpeg-python
|
||||||
|
|||||||
Reference in New Issue
Block a user