-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
41 lines (36 loc) · 1.35 KB
/
Project.toml
File metadata and controls
41 lines (36 loc) · 1.35 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
name = "IrregularSpectra"
uuid = "44cbfef1-da7d-499c-871f-40d6f2b94496"
version = "0.6.6"
authors = ["Chris Geoga <geoga@wisc.edu>", "Paul Beckman <paul.beckman@cims.nyu.edu>"]
[deps]
BandlimitedOperators = "c0e4beca-6dc6-4b2a-9565-ed1726c22a21"
Bessels = "0e736298-9ec6-45e8-9647-e4fc86a2fe38"
Krylov = "ba0b0d4f-ebba-5204-a429-3ac8c609bfb7"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[weakdeps]
ArnoldiMethod = "ec485272-7323-5ecc-a04f-4719b315124d"
HMatrices = "8646bddf-ab1c-4fa7-9c51-ba187d647618"
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Vecchia = "8d73829f-f4b0-474a-9580-cecc8e084068"
[extensions]
IrregularSpectraArnoldiMethodExt = "ArnoldiMethod"
IrregularSpectraHMatricesExt = "HMatrices"
IrregularSpectraNearestNeighborsExt = "NearestNeighbors"
IrregularSpectraVecchiaExt = "Vecchia"
[compat]
BandlimitedOperators = "0.1.8"
Bessels = "0.2"
HMatrices = "0.2"
Krylov = "0.10"
StableRNGs = "1"
StaticArrays = "1.9"
julia = "1.10"
[targets]
test = ["Test", "HMatrices", "StableRNGs"]