-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
44 lines (42 loc) · 1.4 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
name = "AstroIO"
uuid = "c85a633c-0c3f-44a2-bffe-7f9d0681b3e7"
authors = ["islent <[email protected]>"]
version = "0.1.3"
[deps]
BangBang = "198e06fe-97b7-11e9-32a5-e1d131e6ad66"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
ConfParser = "88353bc9-fd38-507d-a820-d3b43837d6b9"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
PhysicalParticles = "78724250-4eb2-11e9-0f34-13a7aab864c5"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
UnitfulAstro = "6112ee07-acf9-5e0f-b108-d242c714bf9f"
[compat]
BangBang = "0.3, 0.4"
CSV = "0.9, 0.10"
Combinatorics = "1"
ConfParser = "0.1"
FileIO = "1"
HDF5 = "0.15, 0.16, 0.17"
IterTools = "1.3"
JLD2 = "0.4"
PhysicalParticles = "1"
PrecompileTools = "1"
ProgressMeter = "1"
Reexport = "1"
StaticArrays = "1"
StructArrays = "0.6"
Unitful = "1"
UnitfulAstro = "1"
julia = "1.6"