aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-02-28 09:40:50 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-02-28 12:46:42 +0000
commit27c39523b3575443a0ddf7796e94ee1c809504c2 (patch)
tree82d25a6b826e08cefee06842ccd533f851d26e94
parent3322484642c27b12a20c949290af422da9240ddb (diff)
downloadports-27c39523b3575443a0ddf7796e94ee1c809504c2.tar.gz
ports-27c39523b3575443a0ddf7796e94ee1c809504c2.zip
math/py-pymc3: Update USES=python
math/py-arviz requires Python 3.8+
-rw-r--r--math/py-pymc3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-pymc3/Makefile b/math/py-pymc3/Makefile
index 24ba9f853478..30045e1732d7 100644
--- a/math/py-pymc3/Makefile
+++ b/math/py-pymc3/Makefile
@@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}theano>=1.0.5:math/py-theano@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4:devel/py-typing-extensions@${PY_FLAVOR}
-USES= python:3.7+
+USES= python:3.8+
USE_GITHUB= yes
GH_ACCOUNT= pymc-devs
USE_PYTHON= distutils concurrent autoplist