-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
59 lines (57 loc) · 1.99 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
name = "AstroPlot"
uuid = "00b67d96-df8a-4e04-ab4d-0170e12eeaec"
authors = ["islent <[email protected]>"]
version = "0.1.3"
[deps]
AstroIO = "c85a633c-0c3f-44a2-bffe-7f9d0681b3e7"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
ParallelOperations = "09c1cff2-b94d-4c31-85a1-721512e21c63"
PhysicalMeshes = "97d9904f-034f-4fb7-aeaa-03a173434233"
PhysicalParticles = "78724250-4eb2-11e9-0f34-13a7aab864c5"
PhysicalTrees = "dc5d4990-50a5-4af2-bdaa-6f78dc9b9fb2"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
UnitfulAstro = "6112ee07-acf9-5e0f-b108-d242c714bf9f"
VideoIO = "d6d074c3-1acf-5d4c-9a43-ef38773959a2"
[compat]
AstroIO = "0.1"
CSV = "0.10"
ColorSchemes = "3"
Colors = "0.12"
DataFrames = "1"
DocStringExtensions = "0.8, 0.9"
FileIO = "1"
GLMakie = "0.9, 0.10"
Images = "0.25, 0.26"
LaTeXStrings = "1"
LoopVectorization = "0.12"
ParallelOperations = "0.1"
PhysicalMeshes = "0.1"
PhysicalParticles = "1"
PhysicalTrees = "0.1"
PrecompileTools = "1"
ProgressMeter = "1"
Reexport = "1"
StructArrays = "0.6"
UnicodePlots = "2, 3"
Unitful = "1"
UnitfulAstro = "1"
VideoIO = "0.9, 1"
julia = "1.6"