-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
77 lines (75 loc) · 2.67 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
name = "AstroNbodySim"
uuid = "034523a5-eae8-49f5-9052-0ea364535333"
authors = ["islent <[email protected]>"]
version = "0.1.1"
[deps]
AstroIO = "c85a633c-0c3f-44a2-bffe-7f9d0681b3e7"
AstroSimBase = "c6a34d98-f626-4d8d-b450-a3f124eaada6"
BangBang = "198e06fe-97b7-11e9-32a5-e1d131e6ad66"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
PaddedViews = "5432bcbf-9aad-5242-b902-cca2824c8663"
ParallelOperations = "09c1cff2-b94d-4c31-85a1-721512e21c63"
PhysicalFDM = "4fd04e27-7767-4ec9-b70f-09a3b509a447"
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"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Tullio = "bc48ee85-29a4-5162-ae0b-a64e1601d4bc"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
UnitfulAstro = "6112ee07-acf9-5e0f-b108-d242c714bf9f"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[compat]
AstroIO = "0.1"
AstroSimBase = "0.1"
BangBang = "0.3"
CSV = "0.9, 0.10"
CUDA = "3, 4, 5"
DataFrames = "1"
DocStringExtensions = "0.8, 0.9"
FFTW = "1"
FileIO = "1"
GLMakie = "0.9"
Images = "0.25, 0.26"
IterativeSolvers = "0.9"
LoopVectorization = "0.12"
Measurements = "2"
OffsetArrays = "1"
PaddedViews = "0.5"
ParallelOperations = "0.1"
PhysicalFDM = "0.1"
PhysicalMeshes = "0.1"
PhysicalParticles = "1"
PhysicalTrees = "0.1"
PrecompileTools = "1"
ProgressMeter = "1"
Reexport = "1"
StaticArrays = " 1"
StructArrays = "0.6"
Tullio = "0.3"
Unitful = "1"
UnitfulAstro = "1"
Zygote = "0.6"
julia = "1.7"