python/scikit-learn: Update for 1.2.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2022-12-08 12:53:49 -08:00 committed by Willy Sudiarto Raharjo
parent 4efdd97083
commit 68af98f817
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=scikit-learn
VERSION=${VERSION:-1.1.3}
VERSION=${VERSION:-1.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="scikit-learn"
VERSION="1.1.3"
VERSION="1.2.0"
HOMEPAGE="https://scikit-learn.org"
DOWNLOAD="https://github.com/scikit-learn/scikit-learn/archive/1.1.3/scikit-learn-1.1.3.tar.gz"
MD5SUM="b4fb711b00c9d1a4caa438c99b3acae9"
DOWNLOAD="https://github.com/scikit-learn/scikit-learn/archive/1.2.0/scikit-learn-1.2.0.tar.gz"
MD5SUM="5e331c9911179ad765f4352fd6226716"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-joblib python3-scipy python3-threadpoolctl"