summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f3f497f3120c..41df395dcff1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=trinnity-caffe-cuda-git
_srcname=trinnity-caffe
pkgver=1.0
-pkgrel=25
+pkgrel=26
pkgdesc="Caffe 1.0 with triNNity extensions (CUDA backend)"
arch=('x86_64')
url="https://bitbucket.org/STG-TCD/trinnity-caffe"
license=('BSD')
depends=(
'boost-libs' 'protobuf' 'google-glog' 'gflags' 'hdf5'
- 'python' 'boost' 'cython' 'python-numpy' 'python-scipy'
+ 'python' 'boost' 'cython' 'python-numpy' 'python-scipy' 'python-pydot'
'python-matplotlib' 'ipython' 'python-networkx' 'python-nose'
'python-pandas' 'python-dateutil' 'python-protobuf' 'python-gflags'
'python-yaml' 'python-pillow' 'python-six' 'python-scikit-image'