Skip to content

Commit 3bc51c1

Browse files
committed
Pin TF and Keras for 2.16 branch.
1 parent 7cbf2b2 commit 3bc51c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ env:
3030
BUILDTOOLS_VERSION: '3.0.0'
3131
BUILDIFIER_SHA256SUM: 'e92a6793c7134c5431c58fbc34700664f101e5c9b1c1fcd93b97978e8b7f88db'
3232
BUILDOZER_SHA256SUM: '3d58a0b6972e4535718cdd6c12778170ea7382de7c75bc3728f5719437ffb84d'
33-
TENSORFLOW_VERSION: 'tf-nightly'
34-
TF_KERAS_VERSION: 'tf-keras-nightly' # Keras 2
33+
TENSORFLOW_VERSION: 'tf-nightly==2.16.0.dev20240209'
34+
TF_KERAS_VERSION: 'tf-keras-nightly==2.16.0.dev2024021210' # Keras 2
3535

3636
jobs:
3737
build:

0 commit comments

Comments
 (0)