-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
70 lines (63 loc) · 2.31 KB
/
Project.toml
File metadata and controls
70 lines (63 loc) · 2.31 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
name = "Microclimate"
uuid = "fa5d2a79-de00-40ba-a9f4-ff140fbe07ba"
version = "0.1.0"
authors = ["m.kearney@unimelb.edu.au", "rafaelschouten@gmail.com"]
[deps]
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
FluidProperties = "d16f1b92-71d3-42f3-aafa-43e5bb0efda8"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
ModelParameters = "4744a3fa-6c31-4707-899e-a3298e4618ad"
OrdinaryDiffEqAdamsBashforthMoulton = "89bda076-bce5-4f1c-845f-551c83cdda9a"
OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8"
OrdinaryDiffEqTsit5 = "b1df2697-797e-41e3-8120-5422d3b24e4a"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
SolarRadiation = "d01e3663-6acb-4162-92ee-c50acb918cac"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
UnitfulMoles = "999f2bd7-36bf-5ba7-9bc1-c9473aa75374"
[weakdeps]
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
[sources]
FluidProperties = {rev = "main", url = "https://github.com/BiophysicalEcology/FluidProperties.jl"}
SolarRadiation = {rev = "main", url = "https://github.com/BiophysicalEcology/SolarRadiation.jl"}
[extensions]
MicroclimateMakieExt = "Makie"
[compat]
Aqua = "0.8"
CSV = "0.10"
CommonSolve = "0.2.6"
ConstructionBase = "1"
DataFrames = "1"
Dates = "1"
DelimitedFiles = "1"
FluidProperties = "0.1"
Interpolations = "0.15.1"
Makie = "0.20, 0.21, 0.22, 0.23, 0.24"
ModelParameters = "0.4"
OrdinaryDiffEqAdamsBashforthMoulton = "1.11.0"
OrdinaryDiffEqCore = "3"
OrdinaryDiffEqTsit5 = "1.5"
SafeTestsets = "0.0.1"
SciMLBase = "2"
SolarRadiation = "0.1.0"
SpecialFunctions = "2.5.1"
StaticArrays = "1.9.15"
Statistics = "1"
Test = "1"
Unitful = "1.22.0"
UnitfulMoles = "0.1.1"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "CSV", "DataFrames", "SafeTestsets", "Statistics", "Test"]