python/scikit-learn: Version bump to 1.3.2

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2023-10-23 19:46:50 -07:00 committed by Willy Sudiarto Raharjo
parent f8053eda4a
commit cfd0d91463
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -1,8 +1,8 @@
PRGNAM="scikit-learn"
VERSION="1.3.1"
VERSION="1.3.2"
HOMEPAGE="https://scikit-learn.org"
DOWNLOAD="https://github.com/scikit-learn/scikit-learn/archive/1.3.1/scikit-learn-1.3.1.tar.gz"
MD5SUM="f7ca3b2686ca31015ffa6d6b2f096fd8"
DOWNLOAD="https://github.com/scikit-learn/scikit-learn/archive/1.3.2/scikit-learn-1.3.2.tar.gz"
MD5SUM="8c27d76301612a921336250d38821a81"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-joblib python3-scipy python3-threadpoolctl"