-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathProject.toml
More file actions
35 lines (30 loc) · 969 Bytes
/
Project.toml
File metadata and controls
35 lines (30 loc) · 969 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
32
33
34
35
name = "DustExtinction"
uuid = "fb44c06c-c62f-5397-83f5-69249e0a3c8e"
license = "MIT"
version = "0.11.6"
[deps]
BSplineKit = "093aae92-e908-43d7-9660-e50ee39d5a0a"
DataDeps = "124859b0-ceae-595e-8997-d05f6a7a8dfe"
FITSIO = "525bcba6-941b-5504-bd06-fd0dc1a4d2eb"
Healpix = "9f4e344d-96bc-545a-84a3-ae6b9e1b672b"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
UnitfulAstro = "6112ee07-acf9-5e0f-b108-d242c714bf9f"
[weakdeps]
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
SkyCoords = "fc659fc5-75a3-5475-a2ea-3da92c065361"
[extensions]
MakieExt = "Makie"
SkyCoordsExt = "SkyCoords"
[compat]
BSplineKit = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 0.19"
DataDeps = "0.7"
FITSIO = "0.13.0, 0.14, 0.15, 0.16.1, 0.17"
Healpix = "4.2.4"
Makie = "0.21.18, 0.22, 0.23, 0.24"
SkyCoords = "1"
Unitful = "0.17.0, 1"
UnitfulAstro = "0.3.0, 0.4, 1"
julia = "1.6"
[extras]
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
SkyCoords = "fc659fc5-75a3-5475-a2ea-3da92c065361"