From 8e7f36b3e6b80cc9b8706fc8fd876d57edaedaab Mon Sep 17 00:00:00 2001 From: pedromxavier Date: Mon, 2 Oct 2023 18:32:10 -0400 Subject: [PATCH] Remove PythonCall-dependent packages [deploy] --- scripts/create_sysimage.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/create_sysimage.jl b/scripts/create_sysimage.jl index 1b213c3..91a6455 100644 --- a/scripts/create_sysimage.jl +++ b/scripts/create_sysimage.jl @@ -28,13 +28,13 @@ const PACKAGES = [ # QUBO "QUBO", - "DWave", # These use PythonCall! - "DWaveNeal", + # "DWave", # These use PythonCall! + # "DWaveNeal", # Visualization # "Plots", "Measures", - "PythonCall", + # "PythonCall", # "PythonPlot", "StatsBase", # "StatsPlots",