-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathProject.toml
More file actions
144 lines (138 loc) · 5.11 KB
/
Copy pathProject.toml
File metadata and controls
144 lines (138 loc) · 5.11 KB
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
name = "MacroModelling"
uuid = "687ffad2-3618-405e-ac50-e0f7b9c75e44"
version = "0.2.1"
authors = ["Thore Kockerols <mail@thorekockerols.com>"]
[deps]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
AxisKeys = "94b1ba4f-4ee9-5380-92f1-94cde586c3c5"
BlockTriangularForm = "adeb47b7-70bf-415a-bb24-c358563e873a"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DispatchDoctor = "8d63f2c5-f18a-4cf2-ba9d-b3f60fc568c8"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
DynarePreprocessor_jll = "23afba7c-24e5-5ee2-bc2c-b42e07f0492a"
FastLapackInterface = "29a986be-02c6-4525-aec4-84b980013641"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Krylov = "ba0b0d4f-ebba-5204-a429-3ac8c609bfb7"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearOperators = "5c8ed15e-5a4c-59e4-a42b-c7e8811fb125"
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
MatrixEquations = "99c1a7ee-ab34-5fd5-8076-27c950a045f4"
NLopt = "76087f3c-5699-56af-9a33-bf431cd00edd"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
RuntimeGeneratedFunctions = "7e49a35a-f44a-4d26-94aa-eba1b4ca6b47"
Showoff = "992d4aef-0814-514b-bc4d-f2e9a6c4116f"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Subscripts = "2b7f82d5-8785-4f63-971e-f18ddbeb808e"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
SymPyPythonCall = "bc8888f7-b21e-4b7c-a06a-5d9c9496438c"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
ThreadedSparseArrays = "59d54670-b8ac-4d81-ab7a-bb56233e17ab"
Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
[weakdeps]
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Mooncake = "da2b9cff-9c12-43a0-ae48-6db2b0edb7d6"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
[extensions]
ForwardDiffExt = "ForwardDiff"
MooncakeExt = "Mooncake"
OptimExt = "Optim"
StatsPlotsExt = "StatsPlots"
TuringExt = "Turing"
[compat]
ADTypes = "1"
Accessors = "0.1"
Aqua = "0.8"
AxisKeys = "0.2"
BenchmarkTools = "1"
BlockTriangularForm = "0.1"
ChainRulesCore = "1"
Combinatorics = "1"
CondaPkg = "0.2"
DataStructures = "0.18, 0.19"
Dates = "1"
DelimitedFiles = "1"
DifferentiationInterface = "0.6, 0.7"
DispatchDoctor = "0.4"
DocStringExtensions = "0.8, 0.9"
DynamicPPL = "0.40 - 0.42"
DynarePreprocessor_jll = "6"
FastLapackInterface = "2"
FiniteDifferences = "0.12"
FlexiChains = "0.6"
ForwardDiff = "0.10, 1"
JET = "0.07 - 0.11"
JSON = "0.21, 1"
Krylov = "0.10"
LaTeXStrings = "1"
LineSearches = "7"
LinearAlgebra = "1"
LinearOperators = "2"
LinearSolve = "3"
LoopVectorization = "0.12"
MCMCChains = "6, 7"
MacroTools = "0.5"
MatrixEquations = "2"
Mooncake = "0.5.25"
NLopt = "0.6, 1"
Optim = "1"
Pigeons = "0.3, 0.4"
PrecompileTools = "1"
Preferences = "1"
PythonCall = "0.9"
REPL = "1"
Random = "1"
Reexport = "1"
RuntimeGeneratedFunctions = "0.5"
Showoff = "1"
SparseArrays = "1"
SpecialFunctions = "2"
StatsPlots = "0.15"
Subscripts = "0.1.3"
Suppressor = "0.2"
SymPyPythonCall = "0.2 - 0.5"
Symbolics = "5 - 7"
Test = "1"
ThreadedSparseArrays = "0.2.3"
Turing = "0.30 - 0.45"
Unicode = "1"
Zygote = "0.6, 0.7"
julia = "1.10"
[extras]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
DifferentiationInterface = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
DynamicPPL = "366bfd00-2699-11ea-058f-f148b4cae6d8"
FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000"
FlexiChains = "4a37a8b9-6e57-4b92-8664-298d46e639f7"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
LineSearches = "d3d80556-e9d4-5f37-9878-2ab0fcc64255"
MCMCChains = "c7f686f2-ff18-58e9-bc7b-31028e88f75d"
Mooncake = "da2b9cff-9c12-43a0-ae48-6db2b0edb7d6"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Pigeons = "0eb8d820-af6a-4919-95ae-11206f830c31"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[targets]
test = ["ADTypes", "Aqua", "BenchmarkTools", "CondaPkg", "PythonCall", "JET", "Dates", "DelimitedFiles", "DifferentiationInterface", "DynamicPPL", "ForwardDiff", "Mooncake", "FlexiChains", "MCMCChains", "LineSearches", "Optim", "Test", "Turing", "Pigeons", "FiniteDifferences", "StatsPlots", "Preferences", "Zygote"]