mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
python/scikit-learn: Update for 1.2.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4efdd97083
commit
68af98f817
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue