remove hard dep on tensorflow

This commit is contained in:
Mike J Innes 2017-01-30 22:59:02 +05:30
parent 508cd730c9
commit 2d61acd20b
2 changed files with 2 additions and 1 deletions

View File

@ -15,4 +15,6 @@ script:
after_success:
# - julia -e 'Pkg.add("Documenter")'
- julia -e 'Pkg.clone("https://github.com/MikeInnes/Documenter.jl")'
- julia -e 'VERSION < v"0.6-" && Pkg.add("TensorFlow")'
- julia -e 'Pkg.add("MXNet")'
- julia -e 'cd(Pkg.dir("Flux")); include(joinpath("docs", "make.jl"))'

View File

@ -1,3 +1,2 @@
julia 0.5-
TensorFlow
Iterators