Skip to content

Commit 68f9af4

Browse files
authored
Update requirements.txt (#18382)
Update the tf version used for keras 2.14 rc. The pip package verification test was incorrectly using the tf-nightly and cause the build to fail.
1 parent bb9d7ff commit 68f9af4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ scipy ~= 1.9.2
99
# Keras-TensorFlow circular dependency issue, when one of them gets a dependency
1010
# incompatible with another one (protobuf in this specific case).
1111
protobuf==3.20.3
12-
tf-nightly
12+
tensorflow==2.14.0rc1
1313
portpicker
1414
pyyaml
1515
Pillow
1616
numpy ~= 1.24.3 # Sync with the numpy version used in TF
1717
black==22.3.0
1818
isort==5.10.1
19-
flake8==4.0.1
19+
flake8==4.0.1

0 commit comments

Comments
 (0)