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",