From dd18cdf51005d83da7f1422a3a5d25e99ad6e8aa Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Tue, 30 Jan 2024 13:32:57 +0100 Subject: [PATCH] fix missing dependency versions --- Project.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Project.toml b/Project.toml index ee3a4ea68..a854e547c 100644 --- a/Project.toml +++ b/Project.toml @@ -24,18 +24,30 @@ StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] +Aqua = "0.7" Clarabel = "0.3" +Distributed = "1" DistributedData = "0.1.4, 0.2" DocStringExtensions = "0.8, 0.9" +Downloads = "1" +GLPK = "1" HDF5 = "0.16" JSON = "0.21" JuMP = "1" +LinearAlgebra = "1" MAT = "0.10" MacroTools = "0.5.6" OrderedCollections = "1.4" PikaParser = "0.5" +Pkg = "1" +Random = "1" SBML = "~1.3, ~1.4" +SHA = "0.7, 1" +Serialization = "1" +SparseArrays = "1" StableRNGs = "1.0" +Statistics = "1" +Test = "1" Tulip = "0.7.0, 0.8.0, 0.9.2" julia = "1.5"