Removing the install_requires cmake from setup.py because the pip cmake package is hopelessly busted at the moment.

pull/1675/head
Davis King 6 years ago
parent 12ca8ad67f
commit 16a1056916

@ -231,7 +231,7 @@ setup(
cmdclass=dict(build_ext=CMakeBuild, test=PyTest),
zip_safe=False,
tests_require=['pytest==3.8'],
install_requires=['cmake'],
#install_requires=['cmake'], # removed because the pip cmake package is busted, maybe someday it will be usable.
packages=['dlib'],
keywords=['dlib', 'Computer Vision', 'Machine Learning'],
classifiers=[

Loading…
Cancel
Save