summaryrefslogtreecommitdiff
path: root/math/py-keras
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2020-12-24 09:03:39 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2020-12-24 09:03:39 +0000
commit14be7bd191de0d71e48770d90738e82928fad6aa (patch)
tree55c9720bb839ecfb49fdc99ca948c3d8041f2dcd /math/py-keras
parentpygraphviz is now only compatible with python 3.6+ (diff)
scipy 1.5.4 is only compatible with python 3.6+
Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=559053
Diffstat (limited to 'math/py-keras')
-rw-r--r--math/py-keras/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-keras/Makefile b/math/py-keras/Makefile
index c7bbe2dd0aee..102e204730de 100644
--- a/math/py-keras/Makefile
+++ b/math/py-keras/Makefile
@@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}theano>=0.8.0:math/py-theano@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR}
-USES= python
+USES= python:3.6+
USE_PYTHON= autoplist distutils
NO_ARCH= yes