diff options
author | Charlie Li <vishwin@FreeBSD.org> | 2023-05-25 20:54:09 -0400 |
---|---|---|
committer | Charlie Li <vishwin@FreeBSD.org> | 2023-05-25 20:54:09 -0400 |
commit | 4b38d6c0dcdedd97b40a9ad011900693bfd77fac (patch) | |
tree | 2b4d182a2183e29b4f232ad3331c94819349a8dc /math/py-keras | |
parent | devel/bazel5: split from devel/bazel (diff) |
devel/bazel5: switch build consumers
Event: Kitchener-Waterloo Hackathon 202305
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 ce6350976994..27075134d203 100644 --- a/math/py-keras/Makefile +++ b/math/py-keras/Makefile @@ -25,7 +25,7 @@ RUN_DEPENDS= ${PYNUMPY} \ BUILD_DEPENDS= ${RUN_DEPENDS} \ ${PYTHON_PKGNAMEPREFIX}tensorflow>=2.9.0:science/py-tensorflow@${PY_FLAVOR} \ - bazel:devel/bazel \ + bazel:devel/bazel5 \ bash:shells/bash USES= python:3.7+ |