Skip to content

Commit

Permalink
Merge pull request #84 from Czaki/opencv_backend
Browse files Browse the repository at this point in the history
Change opencv backend package
  • Loading branch information
carsen-stringer committed Jun 23, 2020
2 parents f13f36b + 003672e commit fe3a0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
packages=setuptools.find_packages(),
install_requires = ['numpy', 'scipy', 'natsort', 'Pillow<=7.0.0',
'tqdm', 'numba', 'scikit-image',
'matplotlib', 'mxnet_mkl', 'opencv_python'],
'matplotlib', 'mxnet_mkl', 'opencv-python-headless'],
extras_require = {
"docs": [
'sphinx>=3.0',
Expand Down

0 comments on commit fe3a0f9

Please sign in to comment.