Skip to content

Commit

Permalink
Fixing OpenCV versioning problems for PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Crampton committed Feb 29, 2020
1 parent 6947078 commit d883698
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.vscode/
.eggs/
build/
dist/
tmp/
wheelhouse/
*.egg-info
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ def build_extensions(self):
description='Vector field consensus (VFC) Python wrapper',
long_description='',
ext_modules=ext_modules,
install_requires=['pybind11>=2.4', 'opencv-python'],
setup_requires=['pybind11>=2.4', 'opencv-python'],
install_requires=['pybind11>=2.4', 'opencv-python==3.4.9.31'],
setup_requires=['pybind11>=2.4', 'opencv-python==3.4.9.31'],
cmdclass={'build_ext': BuildExt},
zip_safe=False,
classifiers=[
Expand Down

0 comments on commit d883698

Please sign in to comment.