-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
66 lines (60 loc) · 2.05 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
name = "SplineGrids"
uuid = "59c446ea-fb23-41e3-bcd2-697fa0a242d6"
version = "0.1.1"
[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Atomix = "a9b6321e-bd34-4604-b9c9-b65b8de01458"
ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
LazyArrays = "5078a376-72f3-5289-bfd5-ec5146d43c02"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
Subscripts = "2b7f82d5-8785-4f63-971e-f18ddbeb808e"
[weakdeps]
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
LinearMaps = "7a12625a-238d-50fd-b39a-03d52299707e"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
[extensions]
SplineGridsEnzymeExt = ["Enzyme"]
SplineGridsLinearMapsExt = ["LinearMaps"]
SplineGridsMakieExt = ["Makie"]
[compat]
Adapt = "4.1"
Aqua = "0.8.9"
Atomix = "1"
BandedMatrices = "1.9"
CairoMakie = "0.12"
ConstructionBase = "1.5"
Enzyme = "0.13"
IterativeSolvers = "0.9"
KernelAbstractions = "0.9"
LazyArrays = "2.3"
LinearAlgebra = "1"
LinearMaps = "3.11"
Logging = "1"
Makie = "0.21"
Plots = "1.40"
PrettyTables = "2.4.0"
Random = "1.0"
RecipesBase = "1.3"
SafeTestsets = "0.1"
StaticArraysCore = "1.4"
Subscripts = "0.1.3"
Test = "1.0"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearMaps = "7a12625a-238d-50fd-b39a-03d52299707e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "BandedMatrices", "CairoMakie", "Enzyme", "IterativeSolvers", "LinearAlgebra", "LinearMaps", "Logging", "Plots", "Random", "SafeTestsets", "Test"]