Skip to content

Commit

Permalink
removing dlib as necessary option
Browse files Browse the repository at this point in the history
should build dlib before callling facelib-takes lot of time
  • Loading branch information
saurabh1993 authored Jan 12, 2020
1 parent bb0b6a2 commit cf9343a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
'face': ['models/*'],
},

install_requires=['numpy', 'dlib'],
install_requires=['numpy'],
zip_safe=False
)

0 comments on commit cf9343a

Please sign in to comment.