aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2022-11-12 09:01:39 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-11-12 22:33:02 +0700
commitecf34d66b47b6578ac0bd5b56d0e3422aab7f823 (patch)
tree56fde00fa6375a4d824a318a62b138449f7b1848
parent47a09c72edce59083a9a10a3cf3f7d723cacfc43 (diff)
downloadslackbuilds-ecf34d66b47b6578ac0bd5b56d0e3422aab7f823.tar.xz
python/python3-statsmodels: Updated for version 0.13.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-statsmodels/python3-statsmodels.SlackBuild2
-rw-r--r--python/python3-statsmodels/python3-statsmodels.info2
2 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-statsmodels/python3-statsmodels.SlackBuild b/python/python3-statsmodels/python3-statsmodels.SlackBuild
index 141b94afbfac..f55f9adf7980 100644
--- a/python/python3-statsmodels/python3-statsmodels.SlackBuild
+++ b/python/python3-statsmodels/python3-statsmodels.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-statsmodels
VERSION=${VERSION:-0.13.5}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/python3-statsmodels/python3-statsmodels.info b/python/python3-statsmodels/python3-statsmodels.info
index 46dd8385306c..cb39bf4dc313 100644
--- a/python/python3-statsmodels/python3-statsmodels.info
+++ b/python/python3-statsmodels/python3-statsmodels.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/source/s/statsmodels/statsmodels-0.13
MD5SUM="b5f2f644c99ec300075df40d87900f08"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-pandas python3-patsy scipy3"
+REQUIRES="python3-pandas python3-patsy python3-scipy"
MAINTAINER="Isaac Yu"
EMAIL="isaacyu1@isaacyu1.com"