Skip to content

Commit b5bdfff

Browse files
committed
Upgrade to TensorFlow 2.17.1
1 parent f77f2d9 commit b5bdfff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
tensorflow == 2.17.0
2-
tf_keras == 2.17.0
1+
tensorflow == 2.17.1
2+
tf_keras == 2.17.1

tensorflow-sys/build.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ const REPOSITORY: &str = "https://github.com/tensorflow/tensorflow.git";
2424
const FRAMEWORK_TARGET: &str = "tensorflow:libtensorflow_framework";
2525
const TARGET: &str = "tensorflow:libtensorflow";
2626
// `VERSION` and `TAG` are separate because the tag is not always `'v' + VERSION`.
27-
const VERSION: &str = "2.17.0";
28-
const TAG: &str = "v2.17.0";
27+
const VERSION: &str = "2.17.1";
28+
const TAG: &str = "v2.17.1";
2929
const MIN_BAZEL: &str = "3.7.2";
3030

3131
macro_rules! get(($name:expr) => (ok!(env::var($name))));

0 commit comments

Comments
 (0)