forked from Deltares/Wflow.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
64 lines (60 loc) · 1.99 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
name = "Wflow"
uuid = "d48b7d99-76e7-47ae-b1d5-ff0c1cf9a818"
authors = ["Deltares and contributors"]
version = "0.8.1"
[deps]
BasicModelInterface = "59605e27-edc0-445a-b93d-c09a3a50b330"
CFTime = "179af706-886a-5703-950a-314cd64e0468"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
FieldMetadata = "bf96fef3-21d2-5d20-8afa-0e7d4c32a885"
Glob = "c27321d9-0574-5035-807b-f59d2c89b15c"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
IfElse = "615f187c-cbe4-4ef1-ba3b-2fcf58d6d173"
LoggingExtras = "e6f89c97-d47a-5376-807f-9c37f3926c36"
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Polyester = "f517fe37-dbe3-4b94-8317-1923a5111588"
ProgressLogging = "33c8b6b6-d38a-422a-b730-caa89a2f386c"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
TerminalLoggers = "5d786b92-1e48-4d6f-9151-6b4477ca9bed"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
[compat]
Aqua = "0.8"
BasicModelInterface = "0.1"
CFTime = "0.1"
Dates = "<0.0.1,1"
DelimitedFiles = "<0.0.1,1"
Downloads = "<0.0.1,1"
FieldMetadata = "0.3"
Glob = "1.3"
Graphs = "1.4"
IfElse = "0.1"
LoggingExtras = "0.4.6,0.5,1"
LoopVectorization = "0.12"
NCDatasets = "0.13.2, 0.14"
Parameters = "0.12"
Polyester = "0.7.10"
Polynomials = "3,4"
ProgressLogging = "0.1"
QuadGK = "2"
Random = "<0.0.1,1"
StaticArrays = "0.12,1.0"
Statistics = "<0.0.1,1"
TOML = "<0.0.1,1"
TerminalLoggers = "0.1.5"
Test = "<0.0.1,1"
UnPack = "1"
julia = "1.6"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "Downloads", "Polynomials", "QuadGK", "Test"]