-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathProject.toml
32 lines (30 loc) · 1 KB
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name = "SpineOpt"
uuid = "0d8fc150-4032-4b6e-9540-20efcb304861"
authors = ["Spine Project consortium <[email protected]>"]
version = "0.9.2"
[deps]
Arrow = "69666777-d1a9-59fb-9406-91d4454c9d45"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LibGit2 = "76f85450-5226-5b5a-8eaa-529ad045b433"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
SpineInterface = "0cda1612-498a-11e9-3c92-77fa82595a4f"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
[compat]
Arrow = "2"
DataStructures = "0.18"
Distributions = "0.25"
HiGHS = "1"
JSON = "0.21"
JuMP = "^1.23.5"
Requires = "1"
SpineInterface = "0.15.1"
TOML = "1"
julia = "^1.8"