Skip to content

Commit

Permalink
fix dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
exaexa committed Dec 7, 2023
1 parent b53a8f2 commit ee3703a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,32 @@ StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"

[compat]
AbstractFBCModels = "0.2"
Aqua = "0.7"
Clarabel = "0.3"
ConstraintTrees = "0.5"
DistributedData = "0.2"
DocStringExtensions = "0.8, 0.9"
Downloads = "1"
GLPK = "1"
JSONFBCModels = "0.1"
JuMP = "1"
SBMLFBCModels = "0.1"
SHA = "0.7, 1"
StableRNGs = "1.0"
Test = "1"
Tulip = "0.9"
julia = "1.5"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Clarabel = "61c947e1-3e6d-4ee4-985a-eec8c727bd6e"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
GLPK = "60bf3e95-4087-53dc-ae20-288a0d20c6a6"
JSONFBCModels = "475c1105-d6ed-49c1-9b32-c11adca6d3e8"
SBMLFBCModels = "3e8f9d1a-ffc1-486d-82d6-6c7276635980"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Tulip = "6dd1b50a-3aae-11e9-10b5-ef983d2400fa"
JSONFBCModels = "475c1105-d6ed-49c1-9b32-c11adca6d3e8"

[targets]
test = ["Aqua", "Clarabel", "Downloads", "GLPK", "SHA", "Test", "Tulip", "JSONFBCModels"]

0 comments on commit ee3703a

Please sign in to comment.