-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathProject.toml
More file actions
41 lines (35 loc) · 1.07 KB
/
Project.toml
File metadata and controls
41 lines (35 loc) · 1.07 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
name = "DomainSets"
uuid = "5b8099bc-c8ec-5219-889f-1d9e522a28bf"
version = "0.8.0"
[deps]
CompositeTypes = "b152e2b5-7a66-4b01-a709-34e65c35f657"
FunctionMaps = "a85aefff-f8ca-4649-a888-c8e5398bc76c"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[weakdeps]
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
[extensions]
DomainSetsMakieExt = "Makie"
DomainSetsRandomExt = "Random"
[compat]
Aqua = "0.8"
CompositeTypes = "0.1.4"
FunctionMaps = "0.1.2"
IntervalSets = "0.7.4"
LinearAlgebra = "1"
Makie = "0.19, 0.20, 0.21, 0.22, 0.23, 0.24"
Random = "1"
StableRNGs = "1"
StaticArrays = "1"
Test = "1"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Aqua", "Makie", "Random", "StableRNGs"]