-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
46 lines (41 loc) · 1.36 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
name = "E4ST"
uuid = "15c74807-6cb5-473c-8677-542c31c16277"
authors = ["Ethan Russell <[email protected]>", "Sally Robson <[email protected]>"]
version = "0.1.3"
[deps]
BasicInterpolators = "26cce99e-4866-4b6d-ab74-862489e035e0"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
E4STUtil = "12abe42c-b2e7-4a68-9e37-c6d51b9b2893"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
MiniLoggers = "93f3dd0f-005d-4452-894a-a31841fa4078"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
[compat]
julia = "^1.6"
BasicInterpolators = "^0.7.1"
CSV = "^0.10"
DataFrames = "^1"
Dates = "^1"
E4STUtil = "^0.1.4"
InteractiveUtils = "^1"
JuMP = "^1.15"
Logging = "^1"
MiniLoggers = "^0.5"
OrderedCollections = "^1"
Pkg = "^1"
Serialization = "^1"
Statistics = "^1"
YAML = "^0.4.9"
[extras]
BasicInterpolators = "26cce99e-4866-4b6d-ab74-862489e035e0"
HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "HiGHS", "BasicInterpolators"]