-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
35 lines (29 loc) · 879 Bytes
/
Project.toml
File metadata and controls
35 lines (29 loc) · 879 Bytes
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
name = "MessagePassingRulesBase"
uuid = "346033f6-0e34-492c-8ae8-d4f0c898f531"
authors = ["Dmitry Bagaev <bvdmitri@gmail.com>"]
version = "1.0.0"
[deps]
BayesBase = "b4ee3484-f114-42fe-b91c-797d54a0c67e"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
[weakdeps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
[extensions]
DistributionsExt = "Distributions"
[compat]
Aqua = "0.8"
BayesBase = "1.5"
Distributions = "0.24,0.25"
JET = "0.9, 0.10"
MacroTools = "0.5"
Test = "1.10"
TestItemRunner = "1.1"
REPL = "1.10"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
[targets]
test = ["Aqua", "Distributions", "JET", "REPL", "Test", "TestItemRunner"]