summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Anderson2020-01-09 11:34:19 +0000
committerAndrew Anderson2020-01-09 11:34:19 +0000
commit9cdc37cf9d1aa447a9bada80d6e7f52e3fc1ddef (patch)
treeb1ca6288cc060536866660791bdce9ad0531c39a /PKGBUILD
parent4f202cecc5940076653084338694e3b309431185 (diff)
downloadaur-trinnity-caffe-git.tar.gz
Fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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'