-
Notifications
You must be signed in to change notification settings - Fork 5
/
Project.toml
43 lines (41 loc) · 1.49 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
name = "ValueShapes"
uuid = "136a8f8c-c49b-4edb-8b98-f3d64d48be8f"
version = "0.11.3"
[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"
ArraysOfArrays = "65a8f2f4-9b39-5baf-92e2-a9cc46fdf018"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
ChangesOfVariables = "9e997f8a-9a97-42d5-a9f1-ce6bfc15e2c0"
DensityInterface = "b429d917-457f-4dbc-8f4c-0cc954292b1d"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
ElasticArrays = "fdbdab4c-e67f-52f5-8c3f-e7b388dad3d4"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
InverseFunctions = "3587e190-3f89-42d0-90ee-14403ec27112"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Random123 = "74087812-796a-5b5d-8853-05524746bad3"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9"
ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444"
[compat]
Adapt = "3, 4"
ArgCheck = "1, 2"
ArraysOfArrays = "0.5, 0.6"
ChainRulesCore = "0.9.44, 0.10, 1"
ChangesOfVariables = "0.1.1"
DensityInterface = "0.4"
Distributions = "0.23, 0.24, 0.25"
ElasticArrays = "1.0"
FillArrays = "0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 1"
IntervalSets = "0.3, 0.4, 0.5, 0.6, 0.7"
InverseFunctions = "0.1"
Random123 = "1.2"
Statistics = "1"
StatsBase = "0.32, 0.33, 0.34"
Tables = "0.2, 1"
TypedTables = "1.2"
ZygoteRules = "0.2"
julia = "1.10"