diff options
author | rm <rm@FreeBSD.org> | 2018-12-14 05:49:44 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2018-12-14 05:49:44 +0800 |
commit | 81ec974f49166a8c44b792e6bf15ce76cb3a9840 (patch) | |
tree | c62dfcde13edc203c382893a4a6837398606c45f /science/py-lifelines/Makefile | |
parent | 8b131a5a9ef827808869872d244bbbf591d08821 (diff) | |
download | freebsd-ports-gnome-81ec974f49166a8c44b792e6bf15ce76cb3a9840.tar.gz freebsd-ports-gnome-81ec974f49166a8c44b792e6bf15ce76cb3a9840.tar.zst freebsd-ports-gnome-81ec974f49166a8c44b792e6bf15ce76cb3a9840.zip |
science/py-lifelines: update to 0.15.3
Diffstat (limited to 'science/py-lifelines/Makefile')
-rw-r--r-- | science/py-lifelines/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/science/py-lifelines/Makefile b/science/py-lifelines/Makefile index 46b87de4ac55..0429dc76f2ce 100644 --- a/science/py-lifelines/Makefile +++ b/science/py-lifelines/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= lifelines -DISTVERSION= 0.14.6 -PORTREVISION= 1 +DISTVERSION= 0.15.3 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pandas>=0.18:math/py-pandas@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}scipy>1.0:science/py-scipy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}matplotlib>2.0:math/py-matplotlib@${PY_FLAVOR} NO_ARCH= yes USES= python |