Skip to content

Commit

Permalink
Bump tensorflow-core-platform version
Browse files Browse the repository at this point in the history
  • Loading branch information
pashashiz committed Oct 15, 2023
1 parent f1ec7e4 commit fd1fc64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ addCommandAlias("testFast", "testOnly -- -l org.scalatest.tags.Slow")

libraryDependencies ++= Seq(
"org.typelevel" %% "simulacrum" % "1.0.1",
"org.tensorflow" % "tensorflow-core-platform" % "0.5.0-SNAPSHOT",
"org.tensorflow" % "tensorflow-core-platform" % "0.5.0",
// NOTE: needed for crc32c only, need to reimplement and remove the dependency
"com.google.guava" % "guava" % "29.0-jre",
"org.apache.spark" %% "spark-sql" % "3.3.1",
Expand Down

0 comments on commit fd1fc64

Please sign in to comment.