File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 30
30
BUILDTOOLS_VERSION : ' 3.0.0'
31
31
BUILDIFIER_SHA256SUM : ' e92a6793c7134c5431c58fbc34700664f101e5c9b1c1fcd93b97978e8b7f88db'
32
32
BUILDOZER_SHA256SUM : ' 3d58a0b6972e4535718cdd6c12778170ea7382de7c75bc3728f5719437ffb84d'
33
- TENSORFLOW_VERSION : ' tf-nightly'
33
+ TENSORFLOW_VERSION : ' tf-nightly==2.17.0.dev20240605'
34
+ # tf-nightly should install keras-nightly, but for a release we want to also pin the keras
35
+ # version to the closest one to TF branch cut, to minimize risk of issues with their release
36
+ # as well.
37
+ KERAS_VERSION : ' keras-nightly==3.3.3.dev2024060503'
34
38
35
39
jobs :
36
40
build :
77
81
run : |
78
82
python -m pip install -U pip
79
83
pip install "${TENSORFLOW_VERSION}"
84
+ # See comment where this constant is defined, above.
85
+ pip install "${KERAS_VERSION}"
80
86
if : matrix.tf_version_id != 'notf'
81
87
- name : ' Install Python dependencies'
82
88
run : |
You can’t perform that action at this time.
0 commit comments