-
Notifications
You must be signed in to change notification settings - Fork 3
/
Project.toml
54 lines (48 loc) · 1.75 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
name = "ProfileLikelihood"
uuid = "3fca794e-44fa-49a6-b6a0-8cd45572ba0a"
authors = ["Daniel VandenHeuvel <[email protected]>"]
version = "0.4.1"
[deps]
ChunkSplitters = "ae650224-84b6-46f8-82ea-d812ca08434e"
Contour = "d38c429a-6771-53c6-b99e-75d170b6e991"
FunctionWrappers = "069b7b12-0de2-55c6-9aab-29f3d0a68a2e"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
InvertedIndices = "41ab1584-1d38-5bbf-9106-f11c6c58b48f"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
PolygonInbounds = "e4521ec6-8c1d-418e-9da2-b3bc4ae105d6"
PreallocationTools = "d236fae5-4411-538c-8e31-a6e3d9e00b46"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
SimpleNonlinearSolve = "727e6d20-b764-4bd8-a329-72de5adea6c7"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
[weakdeps]
DelaunayTriangulation = "927a84f5-c5f4-47a5-9785-b46e178433df"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
[extensions]
ProfileLikelihoodDelaunayTriangulationExt = "DelaunayTriangulation"
ProfileLikelihoodMakieExt = "Makie"
[compat]
ChunkSplitters = "1.0, 2.0"
Contour = "0.6"
DelaunayTriangulation = "1"
FunctionWrappers = "1.1"
Interpolations = "0.14, 0.15"
InvertedIndices = "1.2, 1.3"
Makie = "0.21"
OffsetArrays = "1.12"
PolygonInbounds = "0.2"
PreallocationTools = "0.4"
Requires = "1.3"
SciMLBase = "2.0"
SimpleNonlinearSolve = "1"
StatsFuns = "1.1, 1.3"
SymbolicIndexingInterface = "0.3"
julia = "1"
[extras]
DelaunayTriangulation = "927a84f5-c5f4-47a5-9785-b46e178433df"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "DelaunayTriangulation", "Makie"]