-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
39 lines (35 loc) · 1.43 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
name = "ExponentialFamilyManifolds"
uuid = "5c9727c4-3b82-4ab3-b165-76e2eb971b08"
authors = ["Mykola Lukashchuk <[email protected]>", "Dmitry Bagaev <[email protected]>", "Albert Podusenko <[email protected]>"]
version = "1.5.0"
[deps]
BayesBase = "b4ee3484-f114-42fe-b91c-797d54a0c67e"
ExponentialFamily = "62312e5e-252a-4322-ace9-a5f4bf9b357b"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Manifolds = "1cead3c2-87b3-11e9-0ccd-23c62b72b94e"
ManifoldsBase = "3362f125-f0bb-47a3-aa74-596ffd7ef2fb"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
[compat]
BayesBase = "1.3"
ExponentialFamily = "1.6.0"
LinearAlgebra = "1.10"
Manifolds = "0.9"
ManifoldsBase = "0.15"
Random = "1.10"
RecursiveArrayTools = "3"
Static = "0.8, 1"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
Manopt = "0fc0a36d-df90-57f3-8f93-d78a9fc72bb5"
ReTestItems = "817f1d60-ba6b-4fd5-9520-3cf149f6a823"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "Distributions", "JET", "Test", "ReTestItems", "StableRNGs", "StaticArrays", "Manopt", "ForwardDiff"]