python/scikit-learn: Updated for version 1.2.2.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2023-03-09 11:21:04 -08:00 committed by Willy Sudiarto Raharjo
parent 7d8b399f2c
commit 2e4b0de7b7
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.2.1}
VERSION=${VERSION:-1.2.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="scikit-learn"
VERSION="1.2.1"
VERSION="1.2.2"
HOMEPAGE="https://scikit-learn.org"
DOWNLOAD="https://github.com/scikit-learn/scikit-learn/archive/1.2.1/scikit-learn-1.2.1.tar.gz"
MD5SUM="6628dbcfb47e43868e56fa9f86f1ead7"
DOWNLOAD="https://github.com/scikit-learn/scikit-learn/archive/1.2.2/scikit-learn-1.2.2.tar.gz"
MD5SUM="553a395c6a1d0bac55fa16e9dec32138"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-joblib python3-scipy python3-threadpoolctl"