mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
7d8b399f2c
commit
2e4b0de7b7
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue