-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
executable file
·44 lines (40 loc) · 1.36 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
name = "FreezeCurves"
uuid = "71e4ad71-e4f2-45a3-aa0a-91ffaa9676be"
authors = ["Brian Groenke <[email protected]> and contributors"]
version = "0.9.2"
[deps]
Flatten = "4c728ea3-d9ee-5c9a-9642-b6f7d7dc04fa"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
IfElse = "615f187c-cbe4-4ef1-ba3b-2fcf58d6d173"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[compat]
Flatten = "0.4"
ForwardDiff = "0.10"
IfElse = "0.1"
Interpolations = "0.14, 0.15"
IntervalSets = "0.7"
NLsolve = "4"
NonlinearSolve = "1.1"
RecipesBase = "1"
Reexport = "1"
Requires = "1"
Setfield = "0.6, 0.7, 0.8, 1"
StaticArrays = "1"
Unitful = "1"
julia = "1.6"
[extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
NonlinearSolve = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
[targets]
test = ["Test", "BenchmarkTools", "NonlinearSolve", "Optim", "Turing"]