Skip to content

Commit

Permalink
Use headless builds of OpenCV (#33)
Browse files Browse the repository at this point in the history
* Replace `opencv-python` with `opencv-python-headless`.
  • Loading branch information
willgraf committed Dec 9, 2020
1 parent d52aeb5 commit 6c06aee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
@@ -1,7 +1,7 @@
numpy>=1.16.4,<2
pandas>=0.23.3,<1
pathlib
pandas>=0.23.4
networkx>=2.1
numpy>=1.16.4,<2
scipy>=1.1.0,<2
scikit-image>=0.14.0,<0.17
opencv-python<=3.4.9.31
pathlib
opencv-python-headless<=3.4.9.31
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -37,7 +37,7 @@
download_url='https://github.com/vanvalenlab/'
'deepcell-tracking/tarball/{}'.format(VERSION),
license='LICENSE',
install_requires=['opencv-python<=3.4.9.31',
install_requires=['opencv-python-headless<=3.4.9.31',
'networkx>=2.1',
'numpy',
'pandas',
Expand Down

0 comments on commit 6c06aee

Please sign in to comment.