diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-12-24 09:03:39 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-12-24 09:03:39 +0000 |
commit | 14be7bd191de0d71e48770d90738e82928fad6aa (patch) | |
tree | 55c9720bb839ecfb49fdc99ca948c3d8041f2dcd /math/py-keras | |
parent | pygraphviz 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/Makefile | 2 |
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 |