summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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=()