-
Notifications
You must be signed in to change notification settings - Fork 2
/
Project.toml
39 lines (35 loc) · 1.15 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
name = "Falcons"
uuid = "eba0fb4b-2daf-4740-90d2-e5655143e0a0"
authors = ["Yusuke Takase <[email protected]>"]
version = "1.0.2"
[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
Healpix = "9f4e344d-96bc-545a-84a3-ae6b9e1b672b"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NaNStatistics = "b946abbf-3ea7-4610-9019-9858bfdeaf2d"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
ReferenceFrameRotations = "74f56ac7-18b3-5285-802d-d4bd4f104033"
SkyCoords = "fc659fc5-75a3-5475-a2ea-3da92c065361"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
[compat]
DataFrames = "1.7.0"
Healpix = "4.2.2"
JSON = "0.21.4"
NaNStatistics = "0.1, 0.6.42"
ProgressMeter = "1.10.2"
ReferenceFrameRotations = "1.0, 3.0.2"
SkyCoords = "1.4.0"
StaticArrays = "1.2"
Statistics = "1.7.3"
HDF5 = "0.17.2"
TOML = "1.0.0"
julia = "1.7, 1.10"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]