Skip to content

Commit 04a895d

Browse files
committed
Remove pinned keras-nightly dependency.
PiperOrigin-RevId: 530319760
1 parent 3bc2c32 commit 04a895d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

testing/dependency_install_lib.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,7 @@ install_tensorflow() {
6969
PIP_FLAGS=${2-}
7070
# NB: tf-nightly pulls in other deps, like numpy, absl, and six, transitively.
7171
TF_VERSION_STR=$(find_good_tf_nightly_version_str $TF_NIGHTLY_PACKAGE)
72-
python -m pip install $PIP_FLAGS \
73-
$TF_NIGHTLY_PACKAGE==$TF_VERSION_STR \
74-
keras-nightly==2.13.0.dev2023032307 # b/275356962
72+
python -m pip install $PIP_FLAGS $TF_NIGHTLY_PACKAGE==$TF_VERSION_STR
7573
}
7674

7775
install_jax() {

0 commit comments

Comments
 (0)