Skip to content

Commit

Permalink
Merge pull request #821 from LCSB-BioCore/mk-fix-deps
Browse files Browse the repository at this point in the history
Add required compat entries for Base libs
  • Loading branch information
exaexa authored Jan 30, 2024
2 parents 99b3002 + dd18cdf commit c047611
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit c047611

Please sign in to comment.