Skip to content

Commit

Permalink
change order of packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gustafsson committed May 30, 2018
1 parent c952ba0 commit ba8256e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ end

if PyCall.conda
Conda.add_channel("conda-forge")
Conda.add("numpy") # missing dependency of the conda tensorflow package
Conda.add("tensorflow=" * cur_py_version)
Conda.add("tensorboard=" * cur_py_version)
Conda.add("numpy") # unclear why this is needed
else
try
pyimport("tensorflow")
Expand Down Expand Up @@ -107,4 +107,3 @@ end
mv("$lib_dir/libtensorflow.so", "usr/bin/libtensorflow.so", remove_destination=true)
mv("$lib_dir/libtensorflow_framework.so", "usr/bin/libtensorflow_framework.so", remove_destination=true)
end

0 comments on commit ba8256e

Please sign in to comment.