summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bershatsky2019-02-27 11:18:05 +0300
committerDaniel Bershatsky2019-02-27 11:18:05 +0300
commit1334d94010684e8898099f4db5378ddebeca3b09 (patch)
tree884d48a288d32f3a8e25c8bd0bdcfd2e5c34efe0 /PKGBUILD
parenta0857b92a60bbd11838d2b7b7a3fa202d3072b04 (diff)
downloadaur-catboost-git.tar.gz
Fix make depedencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b37c4fe5653c..deaa399b8172 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Build CLI and Python wrapper without GPU support.
pkgname=catboost-git
pkgver=0.12.2
-pkgrel=2
+pkgrel=3
epoch=0
pkgdesc="CatBoost is an open-source gradient boosting on decision trees library with categorical features support out of the box."
arch=('i686' 'x86_64')
url="https://catboost.yandex"
license=('Apache-2.0')
depends=('python-six' 'python-numpy')
-makedepends=()
+makedepends=('python-pip')
checkdepends=()
optdepends=('python-pandas' 'python-ipywidgets')
provides=()