summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bershatsky2019-02-25 13:05:17 +0300
committerDaniel Bershatsky2019-02-25 13:05:17 +0300
commita0857b92a60bbd11838d2b7b7a3fa202d3072b04 (patch)
treee70ea3d31305db9000b53305bdaf5f9f75a365fa
parentb851af1caf813717068681ae18c74eaefc85875f (diff)
downloadaur-a0857b92a60bbd11838d2b7b7a3fa202d3072b04.tar.gz
Fix dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d963e8583bfd..e36f57a90d94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
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 = 1
+ pkgrel = 2
epoch = 0
url = https://catboost.yandex
arch = i686
arch = x86_64
license = Apache-2.0
- depends = clang
depends = python-six
depends = python-numpy
+ optdepends = python-pandas
+ optdepends = python-ipywidgets
source = catboost::git+https://github.com/catboost/catboost.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index cd664b8b916e..b37c4fe5653c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Build CLI and Python wrapper without GPU support.
pkgname=catboost-git
pkgver=0.12.2
-pkgrel=1
+pkgrel=2
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')