summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d89c527fd0f2..73bf4d24f81a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = python-tensap
license = LGPL
makedepends = python-setuptools
depends = python-scipy
+ depends = python-tensorflow
source = https://github.com/anthony-nouy/tensap/archive/v1.0.tar.gz
sha256sums = e0828ad9b2a330d996b2ce4a445980dd7bc22e79573abb7b36ff0920779b8a9d
diff --git a/PKGBUILD b/PKGBUILD
index 6a758985cc84..6e6f0ddde365 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ url="https://github.com/anthony-nouy/tensap"
arch=(any)
license=('LGPL')
makedepends=('python-setuptools')
-depends=('python-scipy')
+depends=('python-scipy' 'python-tensorflow')
source=("https://github.com/anthony-nouy/tensap/archive/v${pkgver}.tar.gz")
sha256sums=('e0828ad9b2a330d996b2ce4a445980dd7bc22e79573abb7b36ff0920779b8a9d')