summaryrefslogtreecommitdiff
path: root/math/py-scikit-learn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-scikit-learn/Makefile')
-rw-r--r--math/py-scikit-learn/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-scikit-learn/Makefile b/math/py-scikit-learn/Makefile
index 66efdfa7e98..18e2ae922a6 100644
--- a/math/py-scikit-learn/Makefile
+++ b/math/py-scikit-learn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2021/05/31 07:03:31 thor Exp $
+# $NetBSD: Makefile,v 1.16 2021/12/30 13:05:38 adam Exp $
DISTNAME= scikit-learn-0.22.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -17,7 +17,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
USE_LANGUAGES= c c++ fortran
-PYTHON_VERSIONS_INCOMPATIBLE= 36 27 # py-scipy
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-scipy
.include "../../devel/py-cython/buildlink3.mk"
.include "../../lang/python/egg.mk"