diff --git a/bin/create_sys_image b/bin/create_sys_image index 9a4a2963..e82f8682 100755 --- a/bin/create_sys_image +++ b/bin/create_sys_image @@ -48,4 +48,4 @@ julia --project -e "using Pkg; Pkg.precompile()" cd src touch *.jl # make sure all modules get recompiled in the next step cd .. -julia --project -J bin/kps-image-${julia_major}-${branch}.so -e "using KiteUtils, KiteControllers" +julia --project -J bin/kps-image-${julia_major}-${branch}.so -e "using KiteUtils, KiteControllers, PyPlot"