summaryrefslogtreecommitdiff
path: root/math/py-Theano
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2022-04-10 00:57:13 +0000
committergutteridge <gutteridge@pkgsrc.org>2022-04-10 00:57:13 +0000
commit8677ad2fe58c3497b77044e78b60b5427303c898 (patch)
tree2a2941248a9f4cf3cf6eccd7c8aa04528a96b882 /math/py-Theano
parent76053286025bc3f09ba257a81fff463de80a0891 (diff)
downloadpkgsrc-8677ad2fe58c3497b77044e78b60b5427303c898.tar.gz
Fix build breakage from py-scipy now being Python >= 3.8
Diffstat (limited to 'math/py-Theano')
-rw-r--r--math/py-Theano/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-Theano/Makefile b/math/py-Theano/Makefile
index 467fff4d35f..178da50c6fc 100644
--- a/math/py-Theano/Makefile
+++ b/math/py-Theano/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2022/01/05 15:41:13 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2022/04/10 00:57:14 gutteridge Exp $
DISTNAME= Theano-1.0.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -26,7 +26,7 @@ REPLACE.bash.old= .*/bin/bash
REPLACE.bash.new= ${SH}
REPLACE_FILES.bash= theano/misc/check_blas_many.sh
-PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-scipy
+PYTHON_VERSIONS_INCOMPATIBLE= 27 37 # py-scipy
USE_PKG_RESOURCES= yes