-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
31 lines (25 loc) · 759 Bytes
/
Project.toml
File metadata and controls
31 lines (25 loc) · 759 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
28
29
30
31
name = "InfiniteRandomArrays"
uuid = "2bc77966-89c7-476d-a40f-269028fac4a9"
authors = ["DanielVandH <danj.vandenheuvel@gmail.com> and contributors"]
version = "0.2.1"
[deps]
InfiniteArrays = "4858937d-0d70-526a-a4dd-2d5cb5dd786c"
LazyArrays = "5078a376-72f3-5289-bfd5-ec5146d43c02"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
[weakdeps]
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
[extensions]
InfiniteRandomArraysBandedMatricesExt = "BandedMatrices"
[compat]
BandedMatrices = "1.7"
InfiniteArrays = "0.12, 0.13, 0.14, 0.15"
LazyArrays = "2"
LinearAlgebra = "1"
Random = "1"
Test = "1"
julia = "1.10"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]