forked from bancaditalia/BeforeIT.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
60 lines (56 loc) · 1.85 KB
/
Copy pathProject.toml
File metadata and controls
60 lines (56 loc) · 1.85 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
name = "BeforeIT"
uuid = "ca9fcad7-41d0-4f76-b1e5-366c28bce52e"
version = "0.5.0"
authors = ["Aldo Glielmo <aldo.glielmo@bancaditalia.it>", "Mitja Devetak <m888itja@gmail.com>", "Adriano Meligrana <adrianomeligrana@proton.me>"]
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LazyArrays = "5078a376-72f3-5289-bfd5-ec5146d43c02"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
Quadmath = "be4d8f0f-7fa4-5f49-b795-2f01399ab2dd"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Unrolled = "9602ed7d-8fef-5bc8-8597-8f21381861e8"
WeightVectors = "02edb123-fbf3-4025-abe6-bed5b7376cdf"
[weakdeps]
Mooncake = "da2b9cff-9c12-43a0-ae48-6db2b0edb7d6"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Runic = "62bfec6d-59d7-401d-8490-b29ee721c001"
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
[extensions]
BeforeITFormat = "Runic"
BeforeITMooncake = "Mooncake"
BeforeITPlots = ["Plots", "StatsPlots"]
[compat]
CSV = "0.10"
CommonSolve = "0.2"
DataFrames = "1"
Dates = "1"
Distributions = "0.25"
Downloads = "1"
JLD2 = "0.4, 0.5, 0.6"
LazyArrays = "2"
LinearAlgebra = "1"
MacroTools = "0.5"
Mooncake = "0.4, 0.5"
Plots = "1"
PrecompileTools = "1"
Preferences = "1"
Quadmath = "1"
Random = "1"
Runic = "1"
Statistics = "1"
StatsBase = "0.34"
StatsPlots = "0.15"
Unrolled = "0.1"
WeightVectors = "0.1"
julia = "1.9"