summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Anderson2018-10-12 11:51:20 +0100
committerAndrew Anderson2018-10-12 11:51:20 +0100
commitc9989e76f2758ea86e2fdf571a71e66655da4ec0 (patch)
treecb846c70fad324ea6e0963f7c43ba6340fea0212 /PKGBUILD
parent5144aa06320692bbece9f699e3dd893ac3f059c4 (diff)
downloadaur-c9989e76f2758ea86e2fdf571a71e66655da4ec0.tar.gz
Remove scikit dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 90923c7f9788..08de343bcd44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=caffe-opencl-slim-git
_srcname=caffe
pkgver=1.0
-pkgrel=7
+pkgrel=8
pkgdesc="A slimmed-down build of Caffe based on caffe-opencl-git"
arch=('x86_64')
url="http://caffe.berkeleyvision.org/"
@@ -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' 'opencl-driver'
- 'openblas-lapack' 'python-scikit-image' 'viennacl'
+ 'openblas-lapack' 'viennacl'
)
makedepends=('cmake')
provides=('caffe')