python3-scikit-learn: update to 0.23.1.
This commit is contained in:
parent
04aa438383
commit
224288f2b8
1 changed files with 5 additions and 4 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'python3-scikit-learn'
|
# Template file for 'python3-scikit-learn'
|
||||||
pkgname=python3-scikit-learn
|
pkgname=python3-scikit-learn
|
||||||
version=0.22.2
|
version=0.23.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="scikit-learn-${version}"
|
wrksrc="scikit-learn-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools python3-Cython"
|
hostmakedepends="python3-setuptools python3-Cython python3-scipy python3-joblib"
|
||||||
makedepends="python3-devel python3-numpy python3-scipy python3-joblib"
|
makedepends="python3-devel"
|
||||||
depends="python3-numpy python3-scipy python3-joblib"
|
depends="python3-numpy python3-scipy python3-joblib"
|
||||||
short_desc="Python3 modules for machine learning and data mining"
|
short_desc="Python3 modules for machine learning and data mining"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://scikit-learn.org/"
|
homepage="https://scikit-learn.org/"
|
||||||
distfiles="https://github.com/scikit-learn/scikit-learn/archive/${version}.tar.gz"
|
distfiles="https://github.com/scikit-learn/scikit-learn/archive/${version}.tar.gz"
|
||||||
checksum=54ae27be30ef26718c9e517c4c8f23b6af26c66e52cf16d38799ba4262d4fd3b
|
checksum=3596ede14e1edcfee2e10ecf2a52cd10b2df3f8b763fe14d6e99141e6ca5ecba
|
||||||
|
nocross="build tries to run target executable on host"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Reference in a new issue