"tests/python/common/transforms/test_transform.py" did not exist on "334e6434d255013fbf1b3746f683f0a3d4c7822d"
Commit 3162f93c authored by Davis King's avatar Davis King
Browse files

Revert "Add cmake back as a pip dependency."

This reverts commit 8b9d0439.

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.
parent 0697527a
...@@ -233,7 +233,7 @@ setup( ...@@ -233,7 +233,7 @@ setup(
zip_safe=False, zip_safe=False,
# We need an older more-itertools version because v6 broke pytest (for everyone, not just dlib) # 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'], 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'], packages=['dlib'],
package_dir={'': 'tools/python'}, package_dir={'': 'tools/python'},
keywords=['dlib', 'Computer Vision', 'Machine Learning'], keywords=['dlib', 'Computer Vision', 'Machine Learning'],
......
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