-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
71 lines (67 loc) · 2.44 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
65
66
67
68
69
70
71
name = "ACTRTutorials"
uuid = "a4e23ae6-0f75-4637-b8d4-0f0011f44cfe"
authors = ["itsdfish"]
version = "0.1.0"
[deps]
ACTRModels = "c095b0ea-a6ca-5cbd-afed-dbab2e976880"
AdaptiveDesignOptimization = "5f210a59-4c6a-4c2f-87d5-5cd98d51789a"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CmdStan = "593b3428-ca2f-500c-ae53-031589ec8ddd"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Cubature = "667455a9-e2ce-5579-9412-b964f529a492"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DifferentialEvolutionMCMC = "607db5a9-722a-4af8-9a06-1810c0fe385b"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FFTDists = "872ebf62-bb8d-4945-b244-254eba715075"
GLM = "38e38edf-8417-5370-95a0-9cbb8c7f171a"
HypothesisTests = "09f84164-cd44-5f33-b23f-e6b0d136a0d5"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
KernelDensity = "5ab0869b-81aa-558d-bb23-cbf5423bbe9b"
MCMCChains = "c7f686f2-ff18-58e9-bc7b-31028e88f75d"
NamedArrays = "86f7a689-2022-50b4-a561-43c23ac3c673"
NamedTupleTools = "d9ec5142-1e00-5aa0-9d6a-321866360f50"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
VisualSearchACTR = "ad0872d7-b137-4624-87af-d763ac8dea1a"
[compat]
ACTRModels = "0.10.0,0.11.0"
AdaptiveDesignOptimization = "v0.1.0"
CSV = "0.8.0,0.9.0,0.10"
CmdStan = "v6.1.0"
Colors = "v0.12.8"
Combinatorics = "v1.0.2"
Cubature = "v1.5.1"
DataFrames = "v1.2.0"
DifferentialEvolutionMCMC = "0.7.0"
Distributions = "v0.24.0,v0.25.0"
FFTDists = "v0.1.0"
GLM = "v1.4.0"
HypothesisTests = "v0.10.1"
Interpolations = "v0.13.0,0.14.0"
KernelDensity = "v0.6.0"
MCMCChains = "5.0,6.0"
NamedArrays = "v0.9.4"
NamedTupleTools = "v0.13.0,0.14.0"
Parameters = "0.12.0"
Plots = "v1.16.0"
PyPlot = "v2.9.0"
SafeTestsets = "v0.0.1, 0.1"
StatsBase = "v0.33.0"
StatsFuns = "v0.8,v0.9.5,1.0"
StatsPlots = "v0.14.6,0.15.0"
Turing = "0.20.0,0.21.0,0.24.0,0.25.0"
VisualSearchACTR = "0.2.2,0.3.0"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]