Commit 16a10569 authored by Davis King's avatar Davis King

Removing the install_requires cmake from setup.py because the pip cmake package…

Removing the install_requires cmake from setup.py because the pip cmake package is hopelessly busted at the moment.
parent 12ca8ad6
......@@ -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=[
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment