aboutsummaryrefslogtreecommitdiff
path: root/math/py-pymc3/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-07-22 17:14:07 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-07-22 17:14:07 +0000
commit4cbb19266efa6d5b37073f7a6ef1a475cc3bc919 (patch)
tree317e530e16226e3662012c225b65eac0bb8f8415 /math/py-pymc3/Makefile
parent8bdf3578e83b59dadd81040feb2166e609e4c742 (diff)
downloadports-4cbb19266efa6d5b37073f7a6ef1a475cc3bc919.tar.gz
ports-4cbb19266efa6d5b37073f7a6ef1a475cc3bc919.zip
math/py-pymc3: Update 3.4.1 -> 3.5
Now needs numpy. Reported by: portscout
Notes
Notes: svn path=/head/; revision=475113
Diffstat (limited to 'math/py-pymc3/Makefile')
-rw-r--r--math/py-pymc3/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/py-pymc3/Makefile b/math/py-pymc3/Makefile
index d41d66c042e8..76670671a4ed 100644
--- a/math/py-pymc3/Makefile
+++ b/math/py-pymc3/Makefile
@@ -2,7 +2,7 @@
PORTNAME= pymc3
DISTVERSIONPREFIX= v
-DISTVERSION= 3.4.1
+DISTVERSION= 3.5
CATEGORIES= math python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,8 @@ COMMENT= Probabilistic programming in Python
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}h5py>=2.7.0:science/py-h5py@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYNUMPY} \
+ ${PYTHON_PKGNAMEPREFIX}h5py>=2.7.0:science/py-h5py@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}joblib>=0.9:devel/py-joblib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pandas>=0.18.0:math/py-pandas@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}patsy>=0.4.0:math/py-patsy@${PY_FLAVOR} \