summaryrefslogtreecommitdiff
path: root/math/py-arviz
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-12-30 13:05:27 +0000
committeradam <adam@pkgsrc.org>2021-12-30 13:05:27 +0000
commit2a4aa624ba67ab6f387f6ea74ed58116f72f8029 (patch)
treeba4b2b7073fa0770abcbf886b141067686318df9 /math/py-arviz
parentcb1e461df2dc6b463b6005de0c1c93384dcc85bd (diff)
downloadpkgsrc-2a4aa624ba67ab6f387f6ea74ed58116f72f8029.tar.gz
Forget about Python 3.6
Diffstat (limited to 'math/py-arviz')
-rw-r--r--math/py-arviz/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-arviz/Makefile b/math/py-arviz/Makefile
index 68e05ed2e90..f8a6437dbb8 100644
--- a/math/py-arviz/Makefile
+++ b/math/py-arviz/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2021/04/09 14:41:35 tnn Exp $
+# $NetBSD: Makefile,v 1.6 2021/12/30 13:05:35 adam Exp $
DISTNAME= arviz-0.9.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -20,7 +20,7 @@ DEPENDS+= ${PYPKGPREFIX}-xarray>=0.11:../../math/py-xarray
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 36 27 # py-scipy
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-scipy
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"