Project.toml: Clean up dependencies and add upper bounds

This commit is contained in:
2020-11-06 11:47:42 -06:00
parent ca9765549f
commit 55e14fa5f6
3 changed files with 99 additions and 104 deletions

View File

@@ -5,22 +5,17 @@
using PackageCompiler
using DataStructures
using Documenter
using GLPK
using JSON
using JuMP
using MathOptInterface
using SparseArrays
using TimerOutputs
pkg = [:DataStructures,
:Documenter,
:GLPK,
:JSON,
:JuMP,
:MathOptInterface,
:SparseArrays,
:TimerOutputs]
]
@info "Building system image..."
create_sysimage(pkg, sysimage_path="build/sysimage.so")