Skip to content

Commit

Permalink
Remove PythonCall-dependent packages [deploy]
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromxavier committed Oct 2, 2023
1 parent da75bbc commit 8e7f36b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/create_sysimage.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8e7f36b

Please sign in to comment.