-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathProject.toml
More file actions
44 lines (39 loc) · 1.41 KB
/
Project.toml
File metadata and controls
44 lines (39 loc) · 1.41 KB
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
name = "DynamicEnergyBudgets"
uuid = "6ffd65d2-8b0b-5314-9c5b-6efe83b0316c"
authors = ["Rafael Schouten <rafaelschouten@gmail.com>"]
version = "0.0.1"
[deps]
ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9"
DimensionalData = "0703355e-b756-11e9-17c0-8b28908087d0"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
FieldDefaults = "49426c49-986f-5969-8844-d5cc96441cfc"
FieldDocTables = "a5d692f0-33f0-11e9-293e-eb83c8d6177d"
FieldMetadata = "bf96fef3-21d2-5d20-8afa-0e7d4c32a885"
Flatten = "4c728ea3-d9ee-5c9a-9642-b6f7d7dc04fa"
Mixers = "2a8e4939-dab8-5edc-8f64-72a8776f13de"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
SimpleRoots = "6accb78c-d340-5052-9dc3-a835939e19d0"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[compat]
ConstructionBase = "1"
DimensionalData = "0.11"
DocStringExtensions = "0.8"
FieldDefaults = "0.3"
FieldDocTables = "0.1"
FieldMetadata = "0.3"
Flatten = "0.3"
Mixers = "0.1"
Requires = "1"
Setfield = "0.6, 0.7"
SimpleRoots = "0.1"
Unitful = "1"
julia = "1"
[extras]
Microclimate = "e0eb800d-4a9f-54ae-b0f8-217228d9d7c3"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
Photosynthesis = "5e10c064-2706-53a3-a67d-d473e313a663"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
[targets]
test = ["Microclimate", "OrdinaryDiffEq", "Photosynthesis", "Test", "SafeTestsets"]