mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Removing the install_requires cmake from setup.py because the pip cmake package is hopelessly busted at the moment.
This commit is contained in:
parent
12ca8ad67f
commit
16a1056916
2
setup.py
2
setup.py
@ -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…
Reference in New Issue
Block a user