mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
See if this unbreaks appveyor
This commit is contained in:
parent
3b9b702c1b
commit
a85a53ce69
2
setup.py
2
setup.py
@ -230,7 +230,7 @@ setup(
|
|||||||
ext_modules=[CMakeExtension('dlib','tools/python')],
|
ext_modules=[CMakeExtension('dlib','tools/python')],
|
||||||
cmdclass=dict(build_ext=CMakeBuild, test=PyTest),
|
cmdclass=dict(build_ext=CMakeBuild, test=PyTest),
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
tests_require=['pytest'],
|
tests_require=['pytest==3.8'],
|
||||||
packages=['dlib'],
|
packages=['dlib'],
|
||||||
keywords=['dlib', 'Computer Vision', 'Machine Learning'],
|
keywords=['dlib', 'Computer Vision', 'Machine Learning'],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
Loading…
Reference in New Issue
Block a user