summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e36f57a90d94..33d9c5ad9da0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = catboost-git
pkgdesc = CatBoost is an open-source gradient boosting on decision trees library with categorical features support out of the box.
pkgver = 0.12.2
- pkgrel = 2
+ pkgrel = 3
epoch = 0
url = https://catboost.yandex
arch = i686
arch = x86_64
license = Apache-2.0
+ makedepends = python-pip
depends = python-six
depends = python-numpy
optdepends = python-pandas
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=()