-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
30 lines (26 loc) · 769 Bytes
/
Project.toml
File metadata and controls
30 lines (26 loc) · 769 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
name = "EasyFITS"
uuid = "a977f4a2-36a7-4172-89e7-19c2726f82e5"
authors = ["Éric Thiébaut <https://github.com/emmt>"]
version = "0.7.3"
[deps]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
CFITSIO_jll = "b3e40c51-02ae-5482-8a39-3ace5868dcf4"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
FITSHeaders = "8163a04c-c153-4fb1-a498-3402381ec208"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
TypeUtils = "c3b1956e-8857-4d84-9b79-890df85b1e67"
[compat]
CEnum = "0.5.0"
CFITSIO_jll = "4.3"
DataFrames = "1"
Dates = "<0.0.1, 1"
FITSHeaders = "0.4.2"
Requires = "1.3"
Test = "<0.0.1, 1"
TypeUtils = "1.6"
julia = "1.6"
[extras]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "DataFrames"]