diff --git a/scripts/create_sysimage.jl b/scripts/create_sysimage.jl index 9d7aff0..1b213c3 100644 --- a/scripts/create_sysimage.jl +++ b/scripts/create_sysimage.jl @@ -28,15 +28,15 @@ const PACKAGES = [ # QUBO "QUBO", - # "DWave", # These use PythonCall! - # "DWaveNeal", + "DWave", # These use PythonCall! + "DWaveNeal", # Visualization # "Plots", - # "Measures", - # "PythonCall", + "Measures", + "PythonCall", # "PythonPlot", - # "StatsBase", + "StatsBase", # "StatsPlots", ]