Skip to content

Commit 1e2b714

Browse files
committed
update tensorflow dependency to 1.0.0
isn't it great that that only that one line is required?
1 parent f98c1e5 commit 1e2b714

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,4 @@ Intermediate/*
6161
# Cache files for the editor to use
6262
DerivedDataCache/*
6363
*.pyc
64+
Content/Scripts/checkpoint

Content/Scripts/upymodule.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "tensorflow-ue4",
33
"pythonModules": {
4-
"tensorflow": "0.12.1"
4+
"tensorflow": "1.0.0"
55
}
66
}

0 commit comments

Comments
 (0)