summaryrefslogtreecommitdiff
path: root/math/py-astroML
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-astroML
parentcb1e461df2dc6b463b6005de0c1c93384dcc85bd (diff)
downloadpkgsrc-2a4aa624ba67ab6f387f6ea74ed58116f72f8029.tar.gz
Forget about Python 3.6
Diffstat (limited to 'math/py-astroML')
-rw-r--r--math/py-astroML/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/math/py-astroML/Makefile b/math/py-astroML/Makefile
index 79002a368ec..5c59ab577d5 100644
--- a/math/py-astroML/Makefile
+++ b/math/py-astroML/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/12/19 14:42:39 mef Exp $
+# $NetBSD: Makefile,v 1.2 2021/12/30 13:05:35 adam Exp $
DISTNAME= astroML-1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,8 +12,7 @@ HOMEPAGE= https://www.astroml.org/
COMMENT= Astropy affiliated module for machine learning and data mining
LICENSE= modified-bsd
-PYTHON_VERSIONS_INCOMPATIBLE+= 27
-PYTHON_VERSIONS_INCOMPATIBLE+= 36
+PYTHON_VERSIONS_INCOMPATIBLE= 27
DEPENDS+= ${PYPKGPREFIX}-matplotlib>=2.1.1:../../graphics/py-matplotlib
DEPENDS+= ${PYPKGPREFIX}-scikit-learn>=0.18:../../math/py-scikit-learn