Skip to content

Commit

Permalink
try to reorder and skip numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
gustafsson committed May 30, 2018
1 parent ba8256e commit 84a084b
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,8 @@ end

if PyCall.conda
Conda.add_channel("conda-forge")
Conda.add("tensorflow=" * cur_py_version)
Conda.add("tensorboard=" * cur_py_version)
Conda.add("numpy") # unclear why this is needed
Conda.add("tensorflow=" * cur_py_version)
else
try
pyimport("tensorflow")
Expand Down

0 comments on commit 84a084b

Please sign in to comment.