summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author isaackwy <isaacyu@protonmail.com>2024-04-17 14:36:09 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-04-19 21:37:54 +0700
commit93b58588532185c071313d1cd880d80cf60ffa56 (patch)
tree26a6d5a96d7b6c35df2ae3874513036efeea671d /python
parentd2d4ad8562ea8851f9ae4e9bbfccb18b34aa4efe (diff)
downloadslackbuilds-93b58588532185c071313d1cd880d80cf60ffa56.tar.gz
slackbuilds-93b58588532185c071313d1cd880d80cf60ffa56.tar.xz
python/python3-statsmodels: Update SlackBuild and README
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-statsmodels/README3
-rw-r--r--python/python3-statsmodels/python3-statsmodels.SlackBuild3
2 files changed, 3 insertions, 3 deletions
diff --git a/python/python3-statsmodels/README b/python/python3-statsmodels/README
index c78c9034c4..9bb29c3006 100644
--- a/python/python3-statsmodels/README
+++ b/python/python3-statsmodels/README
@@ -6,3 +6,6 @@ plotting functions, and result statistics are available for
different types of data and each estimator. Researchers across
fields may find that statsmodels fully meets their needs for
statistical computing and data analysis in Python.
+
+python3-statsmodels 0.14.1 is the last available version for Slackware
+15.0. Newer versions would require Cython >= 3.0.10.
diff --git a/python/python3-statsmodels/python3-statsmodels.SlackBuild b/python/python3-statsmodels/python3-statsmodels.SlackBuild
index 62d10dc7a9..524e44afa1 100644
--- a/python/python3-statsmodels/python3-statsmodels.SlackBuild
+++ b/python/python3-statsmodels/python3-statsmodels.SlackBuild
@@ -71,9 +71,6 @@ find -L . \
# remove requirement
sed -i '/oldest-supported-numpy/d' pyproject.toml
-# convert to minimum req'd instead of pinned
-sed -i 's/\(setuptools_scm.*\)~=/\1>=/' pyproject.toml
-
PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])')
export PYTHONPATH=/opt/python$PYVER/site-packages/