-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathProject.toml
38 lines (31 loc) · 1.07 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
name = "QuasiArrays"
uuid = "c4ea9172-b204-11e9-377d-29865faadc5c"
authors = ["Sheehan Olver <[email protected]>"]
version = "0.11.9"
[deps]
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
DomainSets = "5b8099bc-c8ec-5219-889f-1d9e522a28bf"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
LazyArrays = "5078a376-72f3-5289-bfd5-ec5146d43c02"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[weakdeps]
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[extensions]
QuasiArraysSparseArraysExt = "SparseArrays"
[compat]
ArrayLayouts = "1"
DomainSets = "0.7.6"
FillArrays = "1"
LazyArrays = "1.2, 2"
StaticArrays = "1"
julia = "1.6"
[extras]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Base64", "IntervalSets", "Random", "SparseArrays", "Test"]