Skip to content

Commit

Permalink
Change opencv-python to opencv-python-headless
Browse files Browse the repository at this point in the history
  • Loading branch information
aleju committed Jun 1, 2019
1 parent 5a5a357 commit f4cf6a4
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 @@ -6,6 +6,8 @@
maximum RAM demands).
* Increased `max_distance` thresholds for `almost_equals()`, `exterior_almost_equals()` and `coords_almost_equals()` in `Polygon` and `LineString` from `1e-6` to `1e-4`.
This should fix false-negative problems related to float inaccuracies.
* 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 f4cf6a4

Please sign in to comment.