summaryrefslogtreecommitdiff
path: root/math/py-astroML
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2022-04-10 14:42:18 +0000
committernia <nia@pkgsrc.org>2022-04-10 14:42:18 +0000
commitbe49b93d81f7d34faf768c4892dbcc1bf9763f66 (patch)
tree01d2426e6c3b08ff2f4d51ba53d7de0e56294543 /math/py-astroML
parentfc963f21055683f7c6b1e409bbc8bdedbea3ecf3 (diff)
downloadpkgsrc-be49b93d81f7d34faf768c4892dbcc1bf9763f66.tar.gz
Paper over tree breakage caused by unresolvable Python deps from
scikit/pandas/numpy.
Diffstat (limited to 'math/py-astroML')
-rw-r--r--math/py-astroML/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-astroML/Makefile b/math/py-astroML/Makefile
index 86c697a4335..13de24a3b87 100644
--- a/math/py-astroML/Makefile
+++ b/math/py-astroML/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/01/04 20:54:12 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2022/04/10 14:42:18 nia Exp $
DISTNAME= astroML-1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -13,7 +13,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= 27 37 # py-scikit-learn
DEPENDS+= ${PYPKGPREFIX}-matplotlib>=2.1.1:../../graphics/py-matplotlib
DEPENDS+= ${PYPKGPREFIX}-scikit-learn>=0.18:../../math/py-scikit-learn