Skip to content

Commit

Permalink
Merge pull request #516 from roflcoopter/feature/dlib-segfault
Browse files Browse the repository at this point in the history
pin dlib==19.22 to fix segfault crash
  • Loading branch information
roflcoopter committed Mar 14, 2023
2 parents 1937393 + 748ef8d commit 093b428
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines/.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ BASE_VERSION="1.4.1"
OPENCV_VERSION="4.6.0"
OPENVINO_VERSION="2022.2.0"
FFMPEG_VERSION="5.1.2"
DLIB_VERSION="19.24"
DLIB_VERSION="19.22"
SKLEARN_VERSION="1.2.2"
WHEELS_VERSION="1.4"
S6_OVERLAY_VERSION="2.1.0.2"
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
apscheduler==3.6.3
bcrypt==4.0.1
deepstack-python==0.8
dlib==19.22
colorlog==5.0.1
compreface-sdk==0.6.0
face-recognition==1.3.0
Expand Down

0 comments on commit 093b428

Please sign in to comment.