diff options
author | tnn <tnn@pkgsrc.org> | 2021-04-09 14:41:34 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2021-04-09 14:41:34 +0000 |
commit | 13c6df8cd52f44a7d037a38c0485b0f41116caf0 (patch) | |
tree | d81ddf9a4a7f74413890d9e86929c1b798d50b0e /math/py-pymc3 | |
parent | aa97d2c440267a0ad8cee21b8637cc14884f5a37 (diff) | |
download | pkgsrc-13c6df8cd52f44a7d037a38c0485b0f41116caf0.tar.gz |
revert wrong fix for py-scipy python 3.6 deprecation, fix properly
Diffstat (limited to 'math/py-pymc3')
-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" |