-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathProject.toml
More file actions
27 lines (25 loc) · 857 Bytes
/
Copy pathProject.toml
File metadata and controls
27 lines (25 loc) · 857 Bytes
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
name = "FastAlmostBandedMatrices"
uuid = "9d29842c-ecb8-4973-b1e9-a27b1157504e"
authors = ["Avik Pal"]
version = "0.1.7"
[deps]
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
ConcreteStructs = "2569d6c7-a4a2-43d3-a901-331e8e4be471"
LazyArrays = "5078a376-72f3-5289-bfd5-ec5146d43c02"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MatrixFactorizations = "a3b82374-2e81-5b9e-98ce-41277c0e4c87"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
[compat]
ArrayInterface = "7.5"
ArrayLayouts = "1.12.2"
BandedMatrices = "1"
ConcreteStructs = "0.2"
LazyArrays = "1, 2"
LinearAlgebra = "1"
MatrixFactorizations = "3.1.3"
PrecompileTools = "1.0.1"
Reexport = "1"
julia = "1.10"