mirror of
https://github.com/ANL-CEEESA/UnitCommitment.jl.git
synced 2025-12-06 16:28:51 -06:00
Project.toml: Clean up dependencies and add upper bounds
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user