diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-09 07:05:53 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-09 07:05:53 +0000 |
commit | 25c994ae925029e750d8c60b4ea5b67236a44985 (patch) | |
tree | d6c508cd0a8e980c3ffbe45a4ebebca01a97d5e1 /science/py-tensorflow-estimator | |
parent | audio/cmus: Disable MAD by default (diff) |
science/py-tensorflow-estimator: Attempt to unbreak
Use bazel029 same as py-tensorflow.
Notes
Notes:
svn path=/head/; revision=517107
Diffstat (limited to 'science/py-tensorflow-estimator')
-rw-r--r-- | science/py-tensorflow-estimator/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/py-tensorflow-estimator/Makefile b/science/py-tensorflow-estimator/Makefile index dbf16d0bf262..aefc5d1f5096 100644 --- a/science/py-tensorflow-estimator/Makefile +++ b/science/py-tensorflow-estimator/Makefile @@ -13,7 +13,7 @@ COMMENT= TensorFlow Estimator, an API to simplify machine learning programming LICENSE= APACHE20 BUILD_DEPENDS= bash:shells/bash \ - bazel:devel/bazel \ + bazel:devel/bazel029 \ ${PYTHON_PKGNAMEPREFIX}tensorflow>=1.14.0:science/py-tensorflow@${PY_FLAVOR} USES= python shebangfix |