Closed suliuzh closed 3 years ago
Good point. dlib
is only required for some of the mlxtend.image functions. However, dlib installation causes problems on some computers, and only a very, very small number of people are using the dlib-dependent functions of mlxtend in mlxtend.image, so I didn't want to make it a requirement in setup.py.
Describe the documentation issue
Hi some dependencies such as dlib are listed in .travis.yml. But it is used in source code files like this in the following. If it is a must, I am wondering if such dependencies should be listed in setup.py or requirements.txt?
Suggest a potential improvement or addition