-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathProject.toml
executable file
·103 lines (97 loc) · 3.69 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
name = "CryoGrid"
uuid = "a535b82e-5f3d-4d97-8b0b-d6483f5bebd5"
authors = ["Brian Groenke <[email protected]>", "Jan Nitzbon <[email protected]>", "Moritz Langer <[email protected]>"]
version = "0.23.2"
[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
DiffEqCallbacks = "459566f4-90b8-5000-8ac3-15dfb0a30def"
DimensionalData = "0703355e-b756-11e9-17c0-8b28908087d0"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
Flatten = "4c728ea3-d9ee-5c9a-9642-b6f7d7dc04fa"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
FreezeCurves = "71e4ad71-e4f2-45a3-aa0a-91ffaa9676be"
IfElse = "615f187c-cbe4-4ef1-ba3b-2fcf58d6d173"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
ModelParameters = "4744a3fa-6c31-4707-899e-a3298e4618ad"
NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
PreallocationTools = "d236fae5-4411-538c-8e31-a6e3d9e00b46"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
SimpleNonlinearSolve = "727e6d20-b764-4bd8-a329-72de5adea6c7"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
TimeSeries = "9e3dc215-6440-5c97-bce1-76c03772f85e"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[weakdeps]
SimulationBasedInference = "78927d98-f421-490e-8789-96b006983a5c"
[compat]
Adapt = "3, 4"
ComponentArrays = "0.13, 0.14, 0.15"
ConstructionBase = "1.4"
DataStructures = "0.18"
Dates = "1"
DiffEqBase = "6"
DiffEqCallbacks = "2, 3"
DimensionalData = "0.19, 0.20, 0.21, 0.24, 0.25, 0.26, 0.27, 0.28"
Downloads = "1"
Flatten = "0.4"
ForwardDiff = "0.10"
FreezeCurves = "0.9"
IfElse = "0.1"
Interpolations = "0.14, 0.15"
IntervalSets = "0.7"
JSON3 = "1.10"
LinearAlgebra = "1"
LinearSolve = "1, 2"
LoopVectorization = "0.12"
ModelParameters = "0.3, 0.4"
NCDatasets = "0.12, 0.13, 0.14"
OrdinaryDiffEq = "6"
PreallocationTools = "0.4"
RecursiveArrayTools = "2, 3"
Reexport = "1"
Requires = "1"
ReverseDiff = "1"
SciMLBase = "1, 2"
Setfield = "0.8,1"
SimpleNonlinearSolve = "0.1,1"
SpecialFunctions = "2"
StaticArrays = "1"
Statistics = "1"
StructTypes = "1"
Tables = "1"
TimeSeries = "0.23, 0.24"
UnPack = "1"
Unitful = "1"
julia = "1.6, 1.7, 1.8, 1.9, 1.10, 1.11"
[extesnions]
CryoGridSBIExt = ["SimulationBasedInference"]
[extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
SimulationBasedInference = "78927d98-f421-490e-8789-96b006983a5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["BenchmarkTools", "OrdinaryDiffEq", "InteractiveUtils", "SimulationBasedInference", "Test", "Plots"]