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
47 lines (43 loc) · 1.43 KB
/
Project.toml
File metadata and controls
47 lines (43 loc) · 1.43 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
name = "BeforeIT"
uuid = "ca9fcad7-41d0-4f76-b1e5-366c28bce52e"
authors = ["Aldo Glielmo <aldo.glielmo@bancaditalia.it>", "Mitja Devetak <m888itja@gmail.com>", "Adriano Meligrana <adrianomeligrana@proton.me>"]
version = "0.5.0"
[deps]
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
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"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Unrolled = "9602ed7d-8fef-5bc8-8597-8f21381861e8"
WeightVectors = "02edb123-fbf3-4025-abe6-bed5b7376cdf"
[weakdeps]
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Runic = "62bfec6d-59d7-401d-8490-b29ee721c001"
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
[extensions]
BeforeITFormat = "Runic"
BeforeITPlots = ["Plots", "StatsPlots"]
[compat]
CommonSolve = "0.2"
Dates = "1"
Distributions = "0.25"
JLD2 = "0.4, 0.5, 0.6"
LazyArrays = "2"
LinearAlgebra = "1"
MacroTools = "0.5"
Plots = "1"
PrecompileTools = "1"
Preferences = "1"
Random = "1"
Runic = "1"
StatsBase = "0.34"
StatsPlots = "0.15"
Unrolled = "0.1"
WeightVectors = "0.1"
julia = "1.9"