Skip to content

Commit 022ab37

Browse files
committed
[JNI] Updated the TensorFlow version to 2.3.1.
1 parent 3935728 commit 022ab37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/jni/src/test/scala/org/platanios/tensorflow/jni/TensorFlowSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import org.scalatest.flatspec.AnyFlatSpec
2222
*/
2323
class TensorFlowSpec extends AnyFlatSpec {
2424
"The TensorFlow library version" must "have non-zero length" in {
25-
assert(TensorFlow.version == "2.3.0")
25+
assert(TensorFlow.version == "2.3.1")
2626
}
2727

2828
"The TensorFlow library data type sizes" must "be correct" in {

0 commit comments

Comments
 (0)