-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
35 lines (33 loc) · 1.12 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
name = "PhysicalFDM"
uuid = "4fd04e27-7767-4ec9-b70f-09a3b509a447"
authors = ["islent <[email protected]>"]
version = "0.1.1"
[deps]
AstroSimBase = "c6a34d98-f626-4d8d-b450-a3f124eaada6"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
PaddedViews = "5432bcbf-9aad-5242-b902-cca2824c8663"
PhysicalMeshes = "97d9904f-034f-4fb7-aeaa-03a173434233"
PhysicalParticles = "78724250-4eb2-11e9-0f34-13a7aab864c5"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Tullio = "bc48ee85-29a4-5162-ae0b-a64e1601d4bc"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[compat]
AstroSimBase = "0.1"
CUDA = "5"
DocStringExtensions = "0.8, 0.9"
OffsetArrays = "1"
PaddedViews = "0.5"
PhysicalMeshes = "0.1"
PhysicalParticles = "1"
PrecompileTools = "1"
SparseArrays = "1"
StaticArrays = "1"
Tullio = "0.3"
Unitful = "1"
julia = "1.6"