diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-11-12 09:01:39 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-12 22:33:02 +0700 |
commit | ecf34d66b47b6578ac0bd5b56d0e3422aab7f823 (patch) | |
tree | 56fde00fa6375a4d824a318a62b138449f7b1848 /python | |
parent | 47a09c72edce59083a9a10a3cf3f7d723cacfc43 (diff) | |
download | slackbuilds-ecf34d66b47b6578ac0bd5b56d0e3422aab7f823.tar.gz |
python/python3-statsmodels: Updated for version 0.13.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-statsmodels/python3-statsmodels.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-statsmodels/python3-statsmodels.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-statsmodels/python3-statsmodels.SlackBuild b/python/python3-statsmodels/python3-statsmodels.SlackBuild index 141b94afbf..f55f9adf79 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 46dd838530..cb39bf4dc3 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" |