-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathProject.toml
70 lines (66 loc) · 2.19 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
60
61
62
63
64
65
66
67
68
69
70
name = "XGPaint"
uuid = "af630e4a-6754-4ec2-ab8a-f9f8b9ebafbf"
authors = ["Zack Li"]
version = "0.3"
[deps]
CSVFiles = "5d742f6a-9f54-50ce-8119-2520741973ca"
Cosmology = "76746363-e552-5dba-9a5a-cef6fa9cc5ab"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataInterpolations = "82cc6244-b520-54b8-b5a6-8a565e85f1d0"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
Healpix = "9f4e344d-96bc-545a-84a3-ae6b9e1b672b"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
NonlinearSolve = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
PhysicalConstants = "5ad8b20f-a522-5ce9-bfc9-ddf1d5bda6ab"
Pixell = "d4cbf8b2-a14f-4080-9f5e-d5a64ada768e"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
ThreadsX = "ac1d9e8a-700a-412c-b207-f0111f4b6c0d"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
UnitfulAstro = "6112ee07-acf9-5e0f-b108-d242c714bf9f"
WCS = "15f3aee2-9e10-537f-b834-a6fb8bdb944d"
[compat]
CSVFiles = "1"
Cosmology = "1"
DataFrames = "1"
DataInterpolations = "3, 4, 5, 6, 7"
DelimitedFiles = "1"
Distributions = "0.24, 0.25"
FFTW = "1"
FileIO = "1"
HDF5 = "0.15, 0.16, 0.17"
Healpix = "3, 4"
Interpolations = "0.13, 0.14, 0.15"
JLD2 = "0.4, 0.5"
LazyArtifacts = "1"
NonlinearSolve = "1, 2, 3, 4"
Parameters = "0.12"
PhysicalConstants = "0.2"
Pixell = "0.2"
QuadGK = "2"
Roots = "1, 2"
SpecialFunctions = "2"
StaticArrays = "1"
StatsBase = "0.33, 0.34"
ThreadsX = "0.1"
Unitful = "1"
UnitfulAstro = "1"
WCS = "0.5, 0.6"
julia = "1.6, 1.7, 1.8"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]