[arch-commits] Commit in python-scikit-learn/trunk (PKGBUILD)

Andrzej Giniewicz aginiewicz at archlinux.org
Thu May 21 14:01:52 UTC 2020


    Date: Thursday, May 21, 2020 @ 14:01:52
  Author: aginiewicz
Revision: 631235

upgpkg: python-scikit-learn 0.23.0-2: python-scikit-learn: fix FS#66723

Modified:
  python-scikit-learn/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-21 13:57:28 UTC (rev 631234)
+++ PKGBUILD	2020-05-21 14:01:52 UTC (rev 631235)
@@ -2,12 +2,12 @@
 
 pkgname=python-scikit-learn
 pkgver=0.23.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A set of python modules for machine learning and data mining"
 arch=('x86_64')
 url="http://scikit-learn.sourceforge.net/"
 license=('BSD')
-depends=('python-scipy' 'python-joblib')
+depends=('python-scipy' 'python-joblib' 'python-threadpoolctl')
 optdepends=('python-matplotlib: plotting capabilities')
 makedepends=('python-setuptools' 'cython' 'openmp')
 options=(!emptydirs)



More information about the arch-commits mailing list