aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-scikit-learn
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-05 04:09:39 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-05 04:26:10 -0300
commitc60e64322e407e78a8b191e7ca878126e4ecfb0d (patch)
tree976bdfc035648ced9f6ab4485c677f5df47df07f /testing/py3-scikit-learn
parent8617b6bbbe1953d0ce3fb75309748810316ad68b (diff)
downloadaports-c60e64322e407e78a8b191e7ca878126e4ecfb0d.tar.bz2
aports-c60e64322e407e78a8b191e7ca878126e4ecfb0d.tar.xz
testing/py3-scikit-learn: upgrade to 0.21.3
Diffstat (limited to 'testing/py3-scikit-learn')
-rw-r--r--testing/py3-scikit-learn/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-scikit-learn/APKBUILD b/testing/py3-scikit-learn/APKBUILD
index 8046e08800..33ea7bd6d2 100644
--- a/testing/py3-scikit-learn/APKBUILD
+++ b/testing/py3-scikit-learn/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Carlos Giraldo <cgiraldo@gradiant.org>
pkgname=py3-scikit-learn
_pkgname=scikit-learn
-pkgver=0.20.3
+pkgver=0.21.3
pkgrel=0
pkgdesc="a Python module for machine learning built on top of SciPy"
url="http://scikit-learn.org/"
@@ -10,7 +10,7 @@ arch="all"
license="BSD-3-Clause"
options="!check" # No test suite
depends="py3-numpy py3-scipy"
-makedepends="py3-setuptools py-numpy-dev python3-dev"
+makedepends="py3-setuptools py3-numpy-dev python3-dev cython3"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
@@ -24,4 +24,4 @@ package() {
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}
-sha512sums="fedc697b123e53badd7d75e2e0fa0749d9270c8ba52906227fda98f08b61bb40db9e0d1ffe71b030c30b64e77d000e7ba72cd9530c9f88c988dfc090c6c2872a scikit-learn-0.20.3.tar.gz"
+sha512sums="f010f36a36ebe50db1c53ab8452098ea8206075b2e700dd253d4d3470b44b58c49f22c0a6139cec387c473c784c73c038633e333e3e79f84434e0ee6c365dd6a scikit-learn-0.21.3.tar.gz"