-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathProject.toml
More file actions
56 lines (50 loc) · 1.98 KB
/
Copy pathProject.toml
File metadata and controls
56 lines (50 loc) · 1.98 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
name = "LikelihoodProfiler"
uuid = "93acb638-a083-5915-8dce-d129bc6a3f59"
keywords = ["identifiability", "modeling", "simulations", "sciml", "profile likelihood"]
license = "MIT"
desc = "Practical identifiability analysis and confidence intervals estimation"
version = "1.6.1"
authors = ["ivborissov <iv.borissov@gmail.com>", "metelkin <evgeny.metelkin@gmail.com>"]
repo-url = "https://github.com/insysbio/LikelihoodProfiler.jl"
[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
PreallocationTools = "d236fae5-4411-538c-8e31-a6e3d9e00b46"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
SimpleUnPack = "ce78b400-467f-4804-87d8-8f486da07d0a"
[weakdeps]
CICOBase = "33444335-3134-4342-4659-594331344435"
[extensions]
CICOBaseExt = "CICOBase"
[compat]
ADTypes = "1.21.0"
CICOBase = "0.6.0"
ComponentArrays = "0.15.33"
DataFrames = "1.7.0"
Distributed = "1.10"
Distributions = "0.25"
ForwardDiff = "0.10.36, 1"
Optimization = "5"
PreallocationTools = "1"
RecipesBase = "1.1"
Reexport = "1.2.2"
SciMLBase = "2.152.1, 3"
SimpleUnPack = "1.1.0"
julia = "1.10"
[extras]
CICOBase = "33444335-3134-4342-4659-594331344435"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
OptimizationLBFGSB = "22f7324a-a79d-40f2-bebe-3af60c77bd15"
OrdinaryDiffEqTsit5 = "b1df2697-797e-41e3-8120-5422d3b24e4a"
OrdinaryDiffEqLowOrderRK = "1344f307-1e59-4825-a18e-ace9aa3fa4c6"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "CICOBase", "Plots", "ForwardDiff", "OptimizationLBFGSB", "OrdinaryDiffEqTsit5", "OrdinaryDiffEqLowOrderRK"]