-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
82 lines (76 loc) · 2.61 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
72
73
74
75
76
77
78
79
80
81
82
name = "ComputerAdaptiveTesting"
uuid = "5a0d4f34-1f62-4a66-80fe-87aba0485488"
authors = ["Frankie Robertson"]
version = "0.3.2"
[deps]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
AutoHashEquals = "15f4f7f2-30c1-5605-9d31-71845cf9641f"
ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
EffectSizes = "e248de7e-9197-5860-972e-353a2af44d75"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
FittedItemBanks = "3f797b09-34e4-41d7-acf6-3302ae3248a5"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
HypothesisTests = "09f84164-cd44-5f33-b23f-e6b0d136a0d5"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
Lazy = "50d2b5c4-7a5e-59d5-8109-a42b560f39c0"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LogarithmicNumbers = "aa2f6b4e-9042-5d33-9679-40d3a6b85899"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
Mmap = "a63ad114-7e13-5084-954f-fe012c677804"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
PsychometricsBazaarBase = "b0d9cada-d963-45e9-a4c6-4746243987f1"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
[weakdeps]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[extensions]
TestExt = "Test"
[compat]
Accessors = "^0.1.12"
Aqua = "0.8"
AutoHashEquals = "2"
ConstructionBase = "^1.2"
DataFrames = "1.6.1"
Distributions = "^0.25.88"
DocStringExtensions = " ^0.9"
EffectSizes = "^1.0.1"
FillArrays = "0.13, 1.5.0"
FittedItemBanks = "^0.6.3"
ForwardDiff = "1"
HypothesisTests = "^0.10.12, ^0.11.0"
Interpolations = "^0.14, ^0.15"
JET = "^0.9"
Lazy = "0.15"
LinearAlgebra = "^1.11"
LogarithmicNumbers = "1"
MacroTools = "^0.5.6"
Mmap = "^1.11"
Optim = "1.7.3"
PrecompileTools = "1.2.1"
PsychometricsBazaarBase = "^0.8.1"
Random = "^1.11"
Reexport = "1"
ResumableFunctions = "^0.6"
Setfield = "^1"
SparseArrays = "^1.11"
StaticArrays = "1"
StatsBase = "^0.34"
StatsFuns = "^0.9.15, ^1"
Test = "^1.11"
julia = "^1.11"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
ResumableFunctions = "c5292f4c-5179-55e1-98c5-05642aab7184"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "JET", "Optim", "ResumableFunctions", "Test"]