blob: aac73d7fedde4b576bd5e7f244660851b8e5f5b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
pkgbase = python-xgboost
pkgdesc = Gradient Boosting Library for Python
pkgver = 3.0.2
pkgrel = 1
url = https://xgboost.ai
arch = x86_64
arch = aarch64
license = Apache-2.0
checkdepends = python-pytest
checkdepends = python-loky
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-hatchling
makedepends = python-setuptools
makedepends = cmake
makedepends = ninja
makedepends = git
depends = python-scikit-learn
depends = python-pandas
depends = python-matplotlib
depends = python-pyarrow
depends = python-graphviz
depends = python-dask
depends = python-hypothesis
depends = python-distributed
optdepends = apache-spark: Distributed XGBoost with PySpark
optdepends = python-ubjson: Enhanced JSON IO
source = xgboost-3.0.2.tar.gz::https://github.com/dmlc/xgboost/archive/refs/tags/v3.0.2.tar.gz
source = git+https://github.com/dmlc/dmlc-core.git
sha256sums = 726dce5316d7b076fb13165201838a7ff0fe67ed1b78f76051e38a1406f0f159
sha256sums = SKIP
pkgname = python-xgboost
|