blob: 5ff755055d9d79b94f2bd8b3c3ce9b959638d100 (
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.3.0
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.3.0.tar.gz::https://github.com/dmlc/xgboost/archive/refs/tags/v3.3.0.tar.gz
source = git+https://github.com/dmlc/dmlc-core.git
sha256sums = 83f5ca80b961700ca598a2aa97483af3ca016836e3f2f6fbef9bdee60105ef72
sha256sums = SKIP
pkgname = python-xgboost
|