-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathProject.toml
52 lines (48 loc) · 1.62 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
name = "MimiBRICK"
uuid = "91f4afc7-28cd-4627-b11a-a83dc9ff1a58"
version = "1.0.2-DEV"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CSVFiles = "5d742f6a-9f54-50ce-8119-2520741973ca"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
KernelDensity = "5ab0869b-81aa-558d-bb23-cbf5423bbe9b"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MCMCDiagnosticTools = "be115224-59cd-429b-ad48-344e309966f0"
Mimi = "e4e893b0-ee5e-52ea-8111-44b3bdec128c"
MimiSNEASY = "3f1801d0-c5f8-11e9-1568-bf13fd643260"
Missings = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28"
NetCDF = "30363a11-5582-574a-97bb-aa9a979735b9"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Query = "1a8c2f83-1ff3-5112-b086-8aa67b057ba1"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RobustAdaptiveMetropolisSampler = "2f96e190-b8a6-11e9-0b3d-5fbd22c21613"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
CSV = "0.9, 0.10"
CSVFiles = "1"
DataFrames = "1"
Distributions = "0.23,0.24,0.25"
Documenter = "0.27, 1"
Interpolations = "0.13, 0.14, 0.15"
KernelDensity = "0.6"
Mimi = "1.2"
MimiSNEASY = "1"
Missings = "1"
NetCDF = "0.11"
Plots = "1"
Query = "1"
RobustAdaptiveMetropolisSampler = "1"
SpecialFunctions = "1, 2"
Statistics = "1"
StatsBase = "0.33, 0.34"
julia = "1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]