diff options
Diffstat (limited to 'math/py-pymc3/Makefile')
-rw-r--r-- | math/py-pymc3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-pymc3/Makefile b/math/py-pymc3/Makefile index d55e9b840d5..245cf44d14b 100644 --- a/math/py-pymc3/Makefile +++ b/math/py-pymc3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2019/06/16 19:17:23 adam Exp $ +# $NetBSD: Makefile,v 1.4 2021/04/09 14:41:35 tnn Exp $ DISTNAME= pymc3-3.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -19,7 +19,7 @@ DEPENDS+= ${PYPKGPREFIX}-patsy>=0.4.0:../../math/py-patsy DEPENDS+= ${PYPKGPREFIX}-scipy>=0.18.1:../../math/py-scipy DEPENDS+= ${PYPKGPREFIX}-tqdm>=4.8.4:../../misc/py-tqdm -PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-matplotlib, py-scipy +PYTHON_VERSIONS_INCOMPATIBLE= 36 27 # py-matplotlib, py-scipy .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |