This is an automated email from the ASF dual-hosted git repository.

riteshghorse pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 289bbc45c56 [Python] Pin keras version for tensorflow inference test 
(#30614)
289bbc45c56 is described below

commit 289bbc45c56a0738e6e0f3c9ba17873d0d1a234c
Author: Ritesh Ghorse <riteshgho...@gmail.com>
AuthorDate: Tue Mar 12 21:58:19 2024 -0400

    [Python] Pin keras version for tensorflow inference test (#30614)
---
 .github/trigger_files/beam_PostCommit_Python.json                      | 0
 sdks/python/apache_beam/ml/inference/tensorflow_tests_requirements.txt | 1 +
 2 files changed, 1 insertion(+)

diff --git a/.github/trigger_files/beam_PostCommit_Python.json 
b/.github/trigger_files/beam_PostCommit_Python.json
new file mode 100644
index 00000000000..e69de29bb2d
diff --git 
a/sdks/python/apache_beam/ml/inference/tensorflow_tests_requirements.txt 
b/sdks/python/apache_beam/ml/inference/tensorflow_tests_requirements.txt
index 8195059a6c1..aebddf61226 100644
--- a/sdks/python/apache_beam/ml/inference/tensorflow_tests_requirements.txt
+++ b/sdks/python/apache_beam/ml/inference/tensorflow_tests_requirements.txt
@@ -15,6 +15,7 @@
 # limitations under the License.
 #
 
+keras<3.0.0
 tensorflow>=2.12.0
 tensorflow_hub>=0.10.0
 Pillow>=9.0.0

Reply via email to