From f5cd3d4079c2316c6314e598f306db3a7fcd086b Mon Sep 17 00:00:00 2001 From: Arno Eigenwillig Date: Fri, 20 Oct 2023 07:18:58 -0700 Subject: [PATCH] Internal change. PiperOrigin-RevId: 575210539 --- kokoro/github/ubuntu/cpu/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kokoro/github/ubuntu/cpu/build.sh b/kokoro/github/ubuntu/cpu/build.sh index da127534..0bea21ce 100644 --- a/kokoro/github/ubuntu/cpu/build.sh +++ b/kokoro/github/ubuntu/cpu/build.sh @@ -38,7 +38,8 @@ tag_filters="-no_oss,-oss_excluded" bazel clean pip install -r requirements-dev.txt --progress-bar off -pip install tf-nightly --progress-bar off --upgrade +# TODO(b/306641264): Unpin the version! +pip install tf-nightly==2.16.0.dev20231018 --progress-bar off --upgrade # We need to remove the dependency on tensorflow to test nightly # The dependencies will be provided by tf-nightly perl -i -lpe '$k+= s/tensorflow>=2\.[0-9]+\.[0-9]+/tf-nightly/g; END{exit($k != 1)}' setup.py