Revert "Add cmake back as a pip dependency."

This reverts commit 8b9d04390c.

Reverting this because the cmake pip pakage is still busted.  I've been
getting messages from many people about how it's breaking their
systems/installs.
This commit is contained in:
Davis King 2021-02-20 07:22:58 -05:00
parent 0697527acc
commit 3162f93c5d
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ setup(
zip_safe=False,
# We need an older more-itertools version because v6 broke pytest (for everyone, not just dlib)
tests_require=['pytest==3.8', 'more-itertools<6.0.0'],
install_requires=['cmake'],
#install_requires=['cmake'], # removed because the pip cmake package is busted, maybe someday it will be usable.
packages=['dlib'],
package_dir={'': 'tools/python'},
keywords=['dlib', 'Computer Vision', 'Machine Learning'],