-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
39 lines (35 loc) · 1.26 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 = "DifferentialEvolutionMCMC"
uuid = "607db5a9-722a-4af8-9a06-1810c0fe385b"
authors = ["itsdfish"]
version = "0.7.8"
[deps]
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
ConcreteStructs = "2569d6c7-a4a2-43d3-a901-331e8e4be471"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MCMCChains = "c7f686f2-ff18-58e9-bc7b-31028e88f75d"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
ThreadsX = "ac1d9e8a-700a-412c-b207-f0111f4b6c0d"
[compat]
AbstractMCMC = "0.5, 1.0.0, 2.0, 3.0, 4.0, 5"
ConcreteStructs = "0.2.0"
Distributions = "0.22, 0.23, 0.24, 0.25"
MCMCChains = "4.0, 5.0, 6.0"
Parameters = "0.12"
ProgressMeter = "1.2"
SafeTestsets = "0.0.1, 0.1"
SequentialSamplingModels = "0.8.0,0.9.0"
StatsBase = "0.32,0.33, 0.34"
ThreadsX = "0.1.0"
Turing = "0.30.0"
julia = "1"
[extras]
SequentialSamplingModels = "0e71a2a6-2b30-4447-8742-d083a85e82d1"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
[targets]
test = ["Test", "Turing", "SequentialSamplingModels"]