Skip to content

Commit

Permalink
Attempt to create sysimage using Plots [deploy]
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromxavier committed Sep 30, 2023
1 parent f407a6f commit 2b99ded
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/create_sysimage.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ const PACKAGES = [
"Graphs",
"Karnak",
"SpecialFunctions",

# GAMA
"BinaryWrappers",
"lib4ti2_jll",

# JuMP
"AmplNLWriter",
"Bonmin_jll",
Expand All @@ -23,12 +25,14 @@ const PACKAGES = [
"HiGHS",
"Ipopt",
"JuMP",

# QUBO
"QUBO",
# "DWave", # These use PythonCall!
# "DWaveNeal", #

# Visualization
# "Plots",
"Plots",
# "Measures",
# "PythonCall",
# "PythonPlot",
Expand Down

0 comments on commit 2b99ded

Please sign in to comment.