-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
33 lines (27 loc) · 866 Bytes
/
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
name = "VoronoiGraph"
uuid = "e5f3e3e8-00d7-4f74-8011-648b521326aa"
authors = ["Sikorski <[email protected]> and contributors"]
version = "0.2.3"
[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[weakdeps]
Polyhedra = "67491407-f73d-577b-9b50-8179a7c68029"
[extensions]
PolyhedraExt = "Polyhedra"
[compat]
NearestNeighbors = "0.4"
Polyhedra = "0.6, 0.7, 0.8"
ProgressMeter = "1"
RecipesBase = "1"
StaticArrays = "0.12, 1"
julia = "1.9"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]