-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
64 lines (60 loc) · 2.38 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 = "ExponentialFamilyProjection"
uuid = "17f509fa-9a96-44ba-99b2-1c5f01f0931b"
authors = ["Mykola Lukashchuk <[email protected]>", "Dmitry Bagaev <[email protected]>", "Albert Podusenko <[email protected]>"]
version = "1.3.1"
[deps]
BayesBase = "b4ee3484-f114-42fe-b91c-797d54a0c67e"
Bumper = "8ce10254-0962-460f-a3d8-1f77fea1446e"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
ExponentialFamily = "62312e5e-252a-4322-ace9-a5f4bf9b357b"
ExponentialFamilyManifolds = "5c9727c4-3b82-4ab3-b165-76e2eb971b08"
FastCholesky = "2d5283b6-8564-42b6-bb00-83ed8e915756"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
Manifolds = "1cead3c2-87b3-11e9-0ccd-23c62b72b94e"
ManifoldsBase = "3362f125-f0bb-47a3-aa74-596ffd7ef2fb"
Manopt = "0fc0a36d-df90-57f3-8f93-d78a9fc72bb5"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StaticTools = "86c06d3c-3f03-46de-9781-57580aa96d0a"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
[compat]
BayesBase = "1.5.0"
Bumper = "0.6"
Distributions = "0.25"
ExponentialFamily = "1.6"
ExponentialFamilyManifolds = "1.5"
FastCholesky = "1.3"
FillArrays = "1"
ForwardDiff = "0.10.36"
LinearAlgebra = "1.10"
LoopVectorization = "0.12"
Manifolds = "0.10"
ManifoldsBase = "1"
Manopt = "0.5"
Random = "1.10"
RecursiveArrayTools = "3.2"
StableRNGs = "1"
Static = "0.8, 1"
StaticArrays = "1.9"
StaticTools = "0.8"
StatsFuns = "1.3"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
Manifolds = "1cead3c2-87b3-11e9-0ccd-23c62b72b94e"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
ReTestItems = "817f1d60-ba6b-4fd5-9520-3cf149f6a823"
RollingFunctions = "b0e4dd01-7b14-53d8-9b45-175a3e362653"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Aqua", "BenchmarkTools", "Plots", "ForwardDiff", "Manifolds", "ReTestItems", "RollingFunctions", "JET", "StableRNGs"]