Skip to content

Commit

Permalink
Downgrade to javacpp 1.5.4 libraries (for Tensorflow 0.3.3 compatibil…
Browse files Browse the repository at this point in the history
…ity)
  • Loading branch information
edwinRNDR committed Sep 1, 2021
1 parent 0aff3f6 commit 5b77d75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ project.ext {
kotlinVersion = "1.5.30"
kotlinApiVersion = "1.4"
spekVersion = "2.0.15"
libfreenectVersion = "0.5.7-1.5.5"
librealsense2Version = "2.40.0-1.5.5"
libfreenectVersion = "0.5.7-1.5.4"
librealsense2Version = "2.29.0-1.5.4"
gsonVersion = "2.8.6"
antlrVersion = "4.9.2"
tensorflowVersion = "0.3.2"
mklDnnVersion = "0.21.5-1.5.5"
tensorflowVersion = "0.3.3"
mklDnnVersion = "0.21.5-1.5.4"
}

allprojects {
Expand Down

0 comments on commit 5b77d75

Please sign in to comment.