diff --git a/build.gradle b/build.gradle index 104242e0..5043263f 100644 --- a/build.gradle +++ b/build.gradle @@ -69,12 +69,12 @@ project.ext { kotlinVersion = "1.6.10" kotlinApiVersion = "1.6" spekVersion = "2.0.15" - libfreenectVersion = "0.5.7-1.5.4" - librealsense2Version = "2.29.0-1.5.4" + libfreenectVersion = "0.5.7-1.5.7" + librealsense2Version = "2.50.0-1.5.7" gsonVersion = "2.9.0" antlrVersion = "4.9.3" - tensorflowVersion = "0.3.3" - mklDnnVersion = "0.21.5-1.5.4" + tensorflowVersion = "0.4.0" + mklDnnVersion = "0.21.5-1.5.7" } allprojects { diff --git a/orx-jvm/orx-tensorflow-mkl-natives-linux-x64/build.gradle b/orx-jvm/orx-tensorflow-mkl-natives-linux-x64/build.gradle deleted file mode 100644 index d269a5f4..00000000 --- a/orx-jvm/orx-tensorflow-mkl-natives-linux-x64/build.gradle +++ /dev/null @@ -1,4 +0,0 @@ -dependencies { - runtimeOnly "org.bytedeco:mkl-dnn:$mklDnnVersion:linux-x86_64" - runtimeOnly "org.tensorflow:tensorflow-core-api:$tensorflowVersion:linux-x86_64-mkl" -} \ No newline at end of file diff --git a/orx-jvm/orx-tensorflow-mkl-natives-macos/build.gradle b/orx-jvm/orx-tensorflow-mkl-natives-macos/build.gradle deleted file mode 100644 index 5433c1b9..00000000 --- a/orx-jvm/orx-tensorflow-mkl-natives-macos/build.gradle +++ /dev/null @@ -1,4 +0,0 @@ -dependencies { - runtimeOnly "org.bytedeco:mkl-dnn:$mklDnnVersion:macosx-x86_64" - runtimeOnly "org.tensorflow:tensorflow-core-api:$tensorflowVersion:macosx-x86_64-mkl" -} \ No newline at end of file diff --git a/orx-jvm/orx-tensorflow-mkl-natives-windows/build.gradle b/orx-jvm/orx-tensorflow-mkl-natives-windows/build.gradle deleted file mode 100644 index e4f8e421..00000000 --- a/orx-jvm/orx-tensorflow-mkl-natives-windows/build.gradle +++ /dev/null @@ -1,4 +0,0 @@ -dependencies { - runtimeOnly "org.bytedeco:mkl-dnn:$mklDnnVersion:windows-x86_64" - runtimeOnly "org.tensorflow:tensorflow-core-api:$tensorflowVersion:windows-x86_64" -} \ No newline at end of file diff --git a/settings.gradle b/settings.gradle index d551fb84..196748f0 100644 --- a/settings.gradle +++ b/settings.gradle @@ -52,9 +52,6 @@ include 'openrndr-demos', 'orx-jvm:orx-tensorflow', 'orx-jvm:orx-tensorflow-gpu-natives-linux-x64', 'orx-jvm:orx-tensorflow-gpu-natives-windows', - 'orx-jvm:orx-tensorflow-mkl-natives-linux-x64', - 'orx-jvm:orx-tensorflow-mkl-natives-macos', - 'orx-jvm:orx-tensorflow-mkl-natives-windows', 'orx-jvm:orx-tensorflow-natives-linux-x64', 'orx-jvm:orx-tensorflow-natives-macos', 'orx-jvm:orx-tensorflow-natives-windows',