-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
70 lines (64 loc) · 2.6 KB
/
Copy pathProject.toml
File metadata and controls
70 lines (64 loc) · 2.6 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
61
62
63
64
65
66
67
68
69
70
name = "ExponentialFamilyProjection"
uuid = "17f509fa-9a96-44ba-99b2-1c5f01f0931b"
authors = ["Mykola Lukashchuk <m.lukashchuk@tue.nl>", "Dmitry Bagaev <bvdmitri@gmail.com>", "Albert Podusenko <albert@lazydynamics.com>"]
version = "3.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"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
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"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
[extensions]
ClosedFormExpectationsExt = "ClosedFormExpectations"
[compat]
BayesBase = "1.5.0"
Bumper = "0.6"
ClosedFormExpectations = "0.4.0"
Distributions = "0.25"
ExponentialFamily = "2.0.0"
ExponentialFamilyManifolds = "3.0.3"
FastCholesky = "1.3"
FillArrays = "1"
ForwardDiff = "0.10.36, 1"
LinearAlgebra = "1.10"
Manifolds = "0.11"
ManifoldsBase = "2"
Manopt = "0.5"
Random = "1.10"
RecursiveArrayTools = "3.2"
StableRNGs = "1"
Static = "0.8, 1"
StaticArrays = "1.9"
StatsFuns = "1.3"
julia = "1.10"
[weakdeps]
ClosedFormExpectations = "70ff922c-62d4-418d-abfc-e284e489b734"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
ClosedFormExpectations = "70ff922c-62d4-418d-abfc-e284e489b734"
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Hwloc = "0e44f5e4-bd66-52a0-8798-143a42290a1d"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
Manifolds = "1cead3c2-87b3-11e9-0ccd-23c62b72b94e"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
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", "ClosedFormExpectations", "Enzyme", "Hwloc", "Plots", "Printf", "ForwardDiff", "Manifolds", "ReTestItems", "RollingFunctions", "JET", "StableRNGs"]