summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-06-16 20:02:08 +0200
committerMichel Zou2020-06-16 20:02:08 +0200
commita8c08562fc7411c0c7c2f6cf0f45b78a467a6dec (patch)
treeed9cffd107ec999f3c4ac83c34d9458a1193f021
parentc3e00a96004d8c35b745ecde0898c68d29d4cb83 (diff)
downloadaur-a8c08562fc7411c0c7c2f6cf0f45b78a467a6dec.tar.gz
tf
-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')