-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
57 lines (55 loc) · 1.88 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
name = "WhatsThePoint"
uuid = "5faae8f1-f507-432f-bd56-cf2f1161ab6f"
authors = ["Kyle Beggs <beggskw@gmail.com>"]
version = "0.1.0"
[deps]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
ChunkSplitters = "ae650224-84b6-46f8-82ea-d812ca08434e"
CoordRefSystems = "b46f11dc-f210-4604-bfba-323c1ec968cb"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
GeoIO = "f5a160d5-e41d-4189-8b61-d57781c419e3"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Meshes = "eacbb407-ea5a-433e-ab97-5258b1ca43fa"
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
OhMyThreads = "67456a42-1dca-4109-a031-0a68de7e3ad5"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SimpleWeightedGraphs = "47aef6b3-ad0c-573a-a1e2-d07658019622"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
ThreadsX = "ac1d9e8a-700a-412c-b207-f0111f4b6c0d"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192"
[compat]
Accessors = "0.1"
ChunkSplitters = "3"
CoordRefSystems = "0.16"
Distances = "0.10"
FileIO = "1"
GeoIO = "1"
Graphs = "1"
LoopVectorization = "0.12"
Makie = "0.21"
Meshes = "0.47 - 0.52"
NearestNeighbors = "0.4"
OhMyThreads = "0.7"
PrecompileTools = "1"
Preferences = "1"
ProgressMeter = "1"
SimpleWeightedGraphs = "1"
SparseArrays = "1"
StaticArrays = "1"
Statistics = "1"
StructArrays = "0.6, 0.7"
ThreadsX = "0.1"
Unitful = "1"
WriteVTK = "1"
julia = "1.10"