Skip to content

Commit

Permalink
Upgrade the Tensorflow java to 0.3.1 (#801)
Browse files Browse the repository at this point in the history
  • Loading branch information
stu1130 authored Mar 30, 2021
1 parent 615b2a1 commit 10689d7
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 72 deletions.
2 changes: 1 addition & 1 deletion tensorflow/tensorflow-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ configurations {
dependencies {
api "org.bytedeco:javacpp:1.5.4"
api "com.google.protobuf:protobuf-java:3.8.0"
api("org.tensorflow:tensorflow-core-api:0.3.0") {
api("org.tensorflow:tensorflow-core-api:0.3.1") {
exclude group: "org.bytedeco", module: "javacpp"
}

Expand Down
Loading

0 comments on commit 10689d7

Please sign in to comment.