summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52023340b2ab..beed91031017 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -29,7 +29,7 @@ pkgbase = trinnity-caffe-git
depends = python-pillow
depends = python-six
depends = python-scikit-image
- depends = opencv>=4.0.0
+ depends = opencv
depends = gtk3
depends = openmp
optdepends = openblas: OpenBLAS for backend linear algebra ops,
diff --git a/PKGBUILD b/PKGBUILD
index 8abb353b953e..a8ad1106b58e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ depends=(
'python-matplotlib' 'ipython' 'python-networkx' 'python-nose'
'python-pandas' 'python-dateutil' 'python-protobuf' 'python-gflags'
'python-yaml' 'python-pillow' 'python-six' 'python-scikit-image'
- 'opencv>=4.0.0' 'gtk3' 'openmp'
+ 'opencv' 'gtk3' 'openmp'
)
optdepends=('openblas: OpenBLAS for backend linear algebra ops',
'cblas: Use CBLAS for backend linear algebra ops'