From 93b58588532185c071313d1cd880d80cf60ffa56 Mon Sep 17 00:00:00 2001 From: isaackwy Date: Wed, 17 Apr 2024 14:36:09 -0700 Subject: python/python3-statsmodels: Update SlackBuild and README Signed-off-by: Willy Sudiarto Raharjo --- python/python3-statsmodels/python3-statsmodels.SlackBuild | 3 --- 1 file changed, 3 deletions(-) (limited to 'python/python3-statsmodels/python3-statsmodels.SlackBuild') 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/ -- cgit v1.2.3