-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathProject.toml
More file actions
50 lines (46 loc) · 1.48 KB
/
Project.toml
File metadata and controls
50 lines (46 loc) · 1.48 KB
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 = "PhotometricFilters"
uuid = "482c37c2-cde1-4201-a412-83b81535d120"
authors = ["Miles Lucas <mdlucas@hawaii.edu> and contributors"]
version = "1.0.0"
[deps]
DataDeps = "124859b0-ceae-595e-8997-d05f6a7a8dfe"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
FITSIO = "525bcba6-941b-5504-bd06-fd0dc1a4d2eb"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Scratch = "6c6a2e73-6563-6170-7368-637461726353"
Trapz = "592b5752-818d-11e9-1e9a-2b8ca4a44cd1"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
UnitfulAstro = "6112ee07-acf9-5e0f-b108-d242c714bf9f"
VOTables = "3abbdab7-df67-4801-8590-8effec53f469"
XML = "72c71f33-b9b6-44de-8c94-c961784809e2"
[compat]
DataDeps = "0.7"
DataFrames = "1.4"
Documenter = "1"
FITSIO = "0.16, 0.17"
HDF5 = "0.15, 0.17"
HTTP = "1"
Interpolations = "0.13, 0.15, 0.16"
Logging = "<0.0.1, 1"
OrderedCollections = "1.5"
RecipesBase = "1.1"
SafeTestsets = "0.1"
Scratch = "1"
Test = "<0.0.1, 1"
Trapz = "2"
Unitful = "1.6"
UnitfulAstro = "1"
VOTables = "0.1.22"
XML = "0.3"
julia = "1.10"
[extras]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "SafeTestsets", "Documenter", "Logging"]