ignore tf on 0.6 for now

This commit is contained in:
Mike J Innes 2017-03-14 15:32:14 +00:00
parent 79bf44b089
commit 2b0e2c9f97
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@ end
include("batching.jl")
include("basic.jl")
@tfonly include("backend/tensorflow.jl")
@tfonly VERSION < v"0.6-" && include("backend/tensorflow.jl")
@mxonly include("backend/mxnet.jl")