aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-framework/tensorflow/keras/0001-Keras-version-to-2.17.patch
blob: a90371678e24110202280928d413c7b484bcdedb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From 2bc4f8695e84818bf4043fd47ef1ca3dcbc7dc7a Mon Sep 17 00:00:00 2001
From: Hongxu Jia <hongxu.jia@windriver.com>
Date: Fri, 23 Aug 2024 19:50:23 +0800
Subject: [PATCH] `Keras` version to `2.17`

Upstream-Status: Pending

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
---
 tf_keras/tools/pip_package/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tf_keras/tools/pip_package/setup.py b/tf_keras/tools/pip_package/setup.py
index d195fdc66..b4b7b17a8 100644
--- a/tf_keras/tools/pip_package/setup.py
+++ b/tf_keras/tools/pip_package/setup.py
@@ -31,7 +31,7 @@ DOCLINES = __doc__.split("\n")
 # This version string is semver compatible, but incompatible with pip.
 # For pip, we will remove all '-' characters from this string, and use the
 # result for pip.
-_VERSION = "2.16.0"
+_VERSION = "2.17.0"
 
 REQUIRED_PACKAGES = [
     # We depend on TensorFlow's declared pip dependencies.
-- 
2.27.0