Skip to content

Commit

Permalink
changes for 4.25 with 1.0 refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
getnamo committed Jun 29, 2020
1 parent 27637fb commit 21c539f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified Content/TensorflowComponent.uasset
Binary file not shown.
2 changes: 1 addition & 1 deletion Source/TensorFlow/TensorFlow.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public TensorFlow(ReadOnlyTargetRules Target) : base(Target)
"RHI",
"RenderCore",
"Engine",
"UnrealEnginePython"
"MachineLearningRemote"
// ... add other public dependencies that you statically link with here ...
}
);
Expand Down
2 changes: 1 addition & 1 deletion TensorFlow.uplugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.15.0",
"VersionName": "1.0.0alpha",
"FriendlyName": "TensorFlow",
"Description": "Unofficial TensorFlow plugin for UE4. Enables state of the art machine learning via python and blueprints.",
"Category": "Computing",
Expand Down

0 comments on commit 21c539f

Please sign in to comment.