aboutsummaryrefslogtreecommitdiff
path: root/math/py-pymc3/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-08-21 16:32:25 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-08-21 17:12:15 +0000
commitb16fd8ae1ee093ec310e508aa5b4977eb02401ed (patch)
treef8b127e92fa675b5f06091ff7ce027164019eb5a /math/py-pymc3/Makefile
parentd3e8f7613170da190c903dc2e2fd6e191f128a48 (diff)
downloadports-b16fd8ae1ee093ec310e508aa5b4977eb02401ed.tar.gz
ports-b16fd8ae1ee093ec310e508aa5b4977eb02401ed.zip
math/py-pymc3: Update 3.11.2 -> 3.11.3
Reported by: portscout
Diffstat (limited to 'math/py-pymc3/Makefile')
-rw-r--r--math/py-pymc3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-pymc3/Makefile b/math/py-pymc3/Makefile
index 194bd1b6c9fa..c75076c12593 100644
--- a/math/py-pymc3/Makefile
+++ b/math/py-pymc3/Makefile
@@ -1,6 +1,6 @@
PORTNAME= pymc3
DISTVERSIONPREFIX= v
-DISTVERSION= 3.11.2
+DISTVERSION= 3.11.3
CATEGORIES= math python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}pandas>=0.24.0:math/py-pandas@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}patsy>=0.5.1:math/py-patsy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>=1.2.0:science/py-scipy@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}semver>0:devel/py-semver@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}semver>=2.13.0:devel/py-semver@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}theano>=1.0.5:math/py-theano@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4:devel/py-typing-extensions@${PY_FLAVOR}