Skip to content

Commit

Permalink
Merge pull request #324 from aleju/opencv_headless
Browse files Browse the repository at this point in the history
Change opencv-python to opencv-python-headless
  • Loading branch information
aleju committed Jun 27, 2019
2 parents 17b322f + 04053ed commit 8ce73a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@
* Added the library to ``conda-forge`` so it can now be installed via
``conda install imgaug`` (provided the conda-forge channel was added
before that). #320 #339
* Changed dependency `opencv-python` to `opencv-python-headless`.
This should improve support for some system without GUIs.

## Fixes

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ scipy
Pillow
matplotlib
scikit-image
opencv-python
opencv-python-headless
imageio
Shapely
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
url="https://github.com/aleju/imgaug",
download_url="https://github.com/aleju/imgaug/archive/0.2.9.tar.gz",
install_requires=["scipy", "scikit-image>=0.11.0", "numpy>=1.15.0", "six", "imageio", "Pillow", "matplotlib",
"Shapely", "opencv-python"],
"Shapely", "opencv-python-headless"],
packages=find_packages(),
include_package_data=True,
package_data={
Expand Down

0 comments on commit 8ce73a3

Please sign in to comment.