From ddd4c89f3a316b8e993b630c3911198fee1d9755 Mon Sep 17 00:00:00 2001 From: getnamo Date: Wed, 3 Apr 2019 00:47:24 -0700 Subject: [PATCH] update for 4.22 --- Content/Scripts/upymodule.json | 3 ++- TensorFlow.uplugin | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Content/Scripts/upymodule.json b/Content/Scripts/upymodule.json index 839aa86..39c244e 100644 --- a/Content/Scripts/upymodule.json +++ b/Content/Scripts/upymodule.json @@ -1,6 +1,7 @@ { "name" : "tensorflow-ue4", "pythonModules": { - "tensorflow": "1.10.0" + "tensorflow": "1.12.0", + "h5py":"2.7.0" } } diff --git a/TensorFlow.uplugin b/TensorFlow.uplugin index 2a56bc6..0703e65 100644 --- a/TensorFlow.uplugin +++ b/TensorFlow.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, "Version": 1, - "VersionName": "0.12.0", + "VersionName": "0.13.0", "FriendlyName": "TensorFlow", "Description": "Unofficial TensorFlow plugin for UE4. Enables state of the art machine learning via python and blueprints.", "Category": "Computing",