We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f77f2d9 commit b5bdfffCopy full SHA for b5bdfff
.github/workflows/requirements.txt
@@ -1,2 +1,2 @@
1
-tensorflow == 2.17.0
2
-tf_keras == 2.17.0
+tensorflow == 2.17.1
+tf_keras == 2.17.1
tensorflow-sys/build.rs
@@ -24,8 +24,8 @@ const REPOSITORY: &str = "https://github.com/tensorflow/tensorflow.git";
24
const FRAMEWORK_TARGET: &str = "tensorflow:libtensorflow_framework";
25
const TARGET: &str = "tensorflow:libtensorflow";
26
// `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";
+const VERSION: &str = "2.17.1";
+const TAG: &str = "v2.17.1";
29
const MIN_BAZEL: &str = "3.7.2";
30
31
macro_rules! get(($name:expr) => (ok!(env::var($name))));
0 commit comments