Skip to content

Commit fca10f1

Browse files
committed
[BUILD] Updated the TensorFlow version.
1 parent 36a5b2f commit fca10f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ crossScalaVersions in ThisBuild := Seq("2.11.11", "2.12.6")
2424

2525
organization in ThisBuild := "org.platanios"
2626

27-
val tensorFlowVersion = "1.9.0-rc0"
27+
val tensorFlowVersion = "1.9.0-rc1"
2828
val circeVersion = "0.9.1" // Use for working with JSON.
2929

3030
autoCompilerPlugins in ThisBuild := true

0 commit comments

Comments
 (0)