summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b896a0a2393d..f346d33288e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# his PKGBUILD that served as a base for this one
pkgname=python-foolbox-git
-pkgdesc="Python utilities to download and parse the MNIST dataset"
+pkgdesc="Toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, Keras,"
pkgver=v2.0.0b0.r8.g4ffc9fc
pkgrel=1
arch=(any)
@@ -12,6 +12,7 @@ url='https://github.com/bethgelab/foolbox'
license=(MIT)
provides=('python-foolbox')
conflicts=('python-foolbox')
+optdepends=('python-pytorch: PyTorch functionality' 'python-tensorflow: TensorFlow functionality' 'python-keras: Keras functionality')
depends=('python-numpy' 'python-scipy' 'python-gitpython' 'python-requests')
makedepends=(
'python-setuptools' 'git'