aboutsummaryrefslogtreecommitdiff
path: root/math/py-arviz/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-01-18 23:59:22 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-01-18 23:59:22 +0000
commitdd0e8bdfdba2240f8dd9431f7927efe7ad30c352 (patch)
tree5781935a111946dcc89bbe0876be112e6c4494e3 /math/py-arviz/Makefile
parentd99bd2a00b5e5df15cc10176a12f47b017882514 (diff)
downloadports-dd0e8bdfdba2240f8dd9431f7927efe7ad30c352.tar.gz
ports-dd0e8bdfdba2240f8dd9431f7927efe7ad30c352.zip
math/py-arviz: Update 0.10.0 -> 0.11.0
Reported by: portscout
Notes
Notes: svn path=/head/; revision=561988
Diffstat (limited to 'math/py-arviz/Makefile')
-rw-r--r--math/py-arviz/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/py-arviz/Makefile b/math/py-arviz/Makefile
index 2e3aa50ce332..ff1f5cbd89a8 100644
--- a/math/py-arviz/Makefile
+++ b/math/py-arviz/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= arviz
-DISTVERSION= 0.10.0
+DISTVERSION= 0.11.0
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -18,6 +18,7 @@ RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pandas>=0.23:math/py-pandas@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>=0.19:science/py-scipy@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4.3:devel/py-typing-extensions@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}xarray>=0.16.1:devel/py-xarray@${PY_FLAVOR}
USES= python:3.6+