summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander F. Rødseth2019-03-14 15:14:11 +0100
committerAlexander F. Rødseth2019-03-14 15:14:11 +0100
commitac930eec2a33d71fba17ba21982d658bc49caba6 (patch)
tree3f4b05097a7810c52a1eb96f2ef1cda0a71c115d /PKGBUILD
parentf9f4fbfc95f250efefecde2556489aee75ef3feb (diff)
downloadaur-ac930eec2a33d71fba17ba21982d658bc49caba6.tar.gz
Add missing dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a9f217bef94c..b5a14cdf2aea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=python-ludwig
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
pkgdesc='Train and test deep learning models'
arch=(any)
url='https://github.com/uber/ludwig'
license=(MIT)
-depends=(cython python-h5py python-matplotlib python-numpy python-pandas python-scipy python-scikit-learn python-tqdm python-tabulate python-tensorflow python-yaml python-pytest python-scikit-image python-seaborn python-spacy-en_core_web_sm)
+depends=(cython python-h5py python-matplotlib python-numpy python-pandas python-scipy python-scikit-learn python-tqdm python-tabulate python-tensorflow python-yaml python-pytest python-scikit-image python-seaborn python-spacy-en_core_web_sm python-spacy)
makedepends=(git)
source=("git+https://github.com/uber/ludwig#tag=v$pkgver")
sha256sums=('SKIP')