summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Lui Geh2020-02-03 15:37:42 -0300
committerRenato Lui Geh2020-02-03 15:37:42 -0300
commit2161ea9d110ea4c9889ed09af59337f8b15b7623 (patch)
treeb5c3206d859f69c309938c197e8dae8221f41300
parent3f9e5575ffb51298f91410a71891b3a0fa9be4f9 (diff)
downloadaur-2161ea9d110ea4c9889ed09af59337f8b15b7623.tar.gz
Tensorflow dependency from 2.1 to 1.14
Signed-off-by: Renato Lui Geh <renatogeh@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa354d1edec0..80ee3257c42e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-spflow
pkgdesc = Sum-Product Flow: An Easy and Extensible Library for Sum-Product Networks
pkgver = 0.0.39
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/SPFlow/SPFlow
arch = any
license = Apache 2.0
@@ -22,7 +22,7 @@ pkgbase = python-spflow
depends = python-ete
depends = python-arff
depends = python-torchvision
- depends = python-tensorflow-cuda
+ depends = python-tensorflow114-cuda
depends = python-pytorch-cuda
depends = cppyy
source = https://files.pythonhosted.org/packages/76/49/6b37eaa9bf8c758b99c3f297b39d81bdc5b07329ac674659d67f56493ead/spflow-0.0.39.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 358db590d10c..2128b85b78fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-spflow
_pypiname=${pkgname/python-/}
pkgver=0.0.39
-pkgrel=2
+pkgrel=3
pkgdesc="Sum-Product Flow: An Easy and Extensible Library for Sum-Product Networks"
arch=('any')
url="https://github.com/SPFlow/SPFlow"
@@ -11,7 +11,7 @@ license=('Apache 2.0')
depends=('python' 'python-numpy' 'python-scipy' 'python-statsmodels' 'python-networkx'
'python-joblib' 'python-matplotlib' 'python-pydot' 'python-lark-parser' 'python-tqdm'
'python-sympy' 'python-pyqt5' 'python-pytest' 'python-ete' 'python-arff' 'python-torchvision'
- 'python-tensorflow-cuda' 'python-pytorch-cuda' 'cppyy')
+ 'python-tensorflow114-cuda' 'python-pytorch-cuda' 'cppyy')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/76/49/6b37eaa9bf8c758b99c3f297b39d81bdc5b07329ac674659d67f56493ead/${_pypiname}-${pkgver}.tar.gz")
sha256sums=('a32a237c4ca01742a5dc4cf5ef895423d8275df8d9fac43f3e44e19ee1931a6e')