-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
59 lines (55 loc) · 2.11 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
name = "PowerSpectra"
uuid = "87acb811-fa58-4e83-857d-605afdc1041b"
authors = ["xzackli <[email protected]> and contributors"]
version = "0.1.2"
[deps]
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
FITSIO = "525bcba6-941b-5504-bd06-fd0dc1a4d2eb"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
Healpix = "9f4e344d-96bc-545a-84a3-ae6b9e1b672b"
IdentityRanges = "bbac6d45-d8f3-5730-bfe4-7a449cd117ca"
Lazy = "50d2b5c4-7a5e-59d5-8109-a42b560f39c0"
LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
Pixell = "d4cbf8b2-a14f-4080-9f5e-d5a64ada768e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
ReferenceImplementations = "e4855c6d-60ae-49c0-a936-05b0c4d57984"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
ThreadPools = "b189fb0b-2eb5-4ed4-bc0c-d34c51242431"
UnsafeArrays = "c4a57d5a-5b31-53a6-b365-19f8c011fbd6"
WignerFamilies = "a8f88a7a-0a89-491c-8ecb-051e99aa9f5e"
[compat]
BandedMatrices = "0.16, 0.17"
CSV = "0.9, 0.10"
Combinatorics = "1"
DataFrames = "1"
FITSIO = "0.16, 0.17"
FillArrays = "0.12, 0.13, 1"
Healpix = "3, 4"
IdentityRanges = "0.3"
Lazy = "0.15"
OffsetArrays = "1"
Pixell = "0.2"
ReferenceImplementations = "0.1"
StaticArrays = "1"
ThreadPools = "2"
UnsafeArrays = "1"
WignerFamilies = "1"
julia = "1.6, 1.7"
[extras]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
IdentityRanges = "bbac6d45-d8f3-5730-bfe4-7a449cd117ca"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NPZ = "15e1cf62-19b3-5cfa-8e77-841668bca605"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "NPZ", "DataFrames", "CSV", "DelimitedFiles", "StableRNGs", "LinearAlgebra", "JLD2", "CodecZlib"]