Skip to content

Commit 508a5d1

Browse files
committed
Upgrade to TensorFlow 2.18.0
1 parent b5bdfff commit 508a5d1

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.1
2-
tf_keras == 2.17.1
1+
tensorflow == 2.18.0
2+
tf_keras == 2.18.0

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.1";
28-
const TAG: &str = "v2.17.1";
27+
const VERSION: &str = "2.18.0";
28+
const TAG: &str = "v2.18.0";
2929
const MIN_BAZEL: &str = "3.7.2";
3030

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

0 commit comments

Comments
 (0)