-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
50 lines (46 loc) · 1.5 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
name = "Pixell"
uuid = "d4cbf8b2-a14f-4080-9f5e-d5a64ada768e"
authors = ["Zack Li", "Yilun Guan"]
version = "0.2.9"
[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
FITSIO = "525bcba6-941b-5504-bd06-fd0dc1a4d2eb"
FastTransforms = "057dd010-8810-581a-b7be-e3fc3b93f78c"
Healpix = "9f4e344d-96bc-545a-84a3-ae6b9e1b672b"
Libsharp = "ac8d63fe-4615-43ae-9860-9cd4a3820532"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PhysicalConstants = "5ad8b20f-a522-5ce9-bfc9-ddf1d5bda6ab"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
UnitfulAngles = "6fb2a4bd-7999-5318-a3b2-8ad61056cd98"
WCS = "15f3aee2-9e10-537f-b834-a6fb8bdb944d"
WCS_jll = "550c8279-ae0e-5d1b-948f-937f2608a23e"
[compat]
AbstractFFTs = "1"
ColorSchemes = "3"
Colors = "0.11, 0.12"
DSP = "0.7"
FFTW = "1"
FITSIO = "0.16, 0.17"
FastTransforms = "0.13, 0.14, 0.15"
Healpix = "3, 4"
Libsharp = "0.2"
PhysicalConstants = "0.2"
RecipesBase = "1"
SpecialFunctions = "1.8.1, 2"
StaticArrays = "1"
Unitful = "1"
UnitfulAngles = "0.5, 0.6, 0.7"
WCS = "0.6.1"
julia = "1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]