-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
53 lines (50 loc) · 1.74 KB
/
Project.toml
File metadata and controls
53 lines (50 loc) · 1.74 KB
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
name = "Macchiato"
uuid = "cd40ceae-7681-4e2e-9056-ba6e356aca3e"
version = "0.1.0"
authors = ["Kyle Beggs"]
[deps]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
CoordRefSystems = "b46f11dc-f210-4604-bfba-323c1ec968cb"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
Meshes = "eacbb407-ea5a-433e-ab97-5258b1ca43fa"
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
OhMyThreads = "67456a42-1dca-4109-a031-0a68de7e3ad5"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
RadialBasisFunctions = "79ee0514-adf7-4479-8807-6f72ea8967e8"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
WhatsThePoint = "5faae8f1-f507-432f-bd56-cf2f1161ab6f"
WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192"
[sources]
WhatsThePoint = {rev = "main", url = "https://github.com/JuliaMeshless/WhatsThePoint.jl"}
[compat]
Accessors = "0.1"
Adapt = "4.4.0"
CUDA = "5"
CoordRefSystems = "0.19"
FileIO = "1.16.6"
JLD2 = "0.4, 0.5, 0.6"
LinearSolve = "3.50"
LoopVectorization = "0.12"
Meshes = "0.56"
NearestNeighbors = "0.4"
OhMyThreads = "0.7, 0.8"
OrdinaryDiffEq = "6"
ProgressMeter = "1"
RadialBasisFunctions = "0.3"
StaticArrays = "1"
Statistics = "1"
Unitful = "1"
WhatsThePoint = "0.2"
WriteVTK = "1.21"
julia = "1.11"