-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
76 lines (72 loc) · 2.3 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
name = "AccessorsExtra"
uuid = "33016aad-b69d-45be-9359-82a41f556fd4"
authors = ["Alexander Plavin <[email protected]>"]
version = "0.1.93"
[deps]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
CompositionsBase = "a33af91c-f02d-484b-be07-31d278c5ca2b"
ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9"
DataPipes = "02685ad9-2d12-40c3-9f73-c6aeda6a7ff5"
InverseFunctions = "3587e190-3f89-42d0-90ee-14403ec27112"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
[weakdeps]
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DictArrays = "e9958f2c-b184-4647-9c5a-224a61f6a14b"
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DomainSets = "5b8099bc-c8ec-5219-889f-1d9e522a28bf"
FlexiMaps = "6394faf6-06db-4fa8-b750-35ccc60383f7"
Skipper = "fc65d762-6112-4b1c-b428-ad0792653d81"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[extensions]
ColorTypesExt = "ColorTypes"
DatesExt = "Dates"
DictArraysExt = "DictArrays"
DictionariesExt = "Dictionaries"
DistributionsExt = "Distributions"
DomainSetsExt = "DomainSets"
FlexiMapsExt = "FlexiMaps"
FlexiMapsStructArraysExt = ["FlexiMaps", "StructArrays"]
SkipperExt = "Skipper"
StaticArraysExt = "StaticArrays"
StatisticsExt = "Statistics"
StatsBaseExt = "StatsBase"
StructArraysExt = "StructArrays"
TablesExt = "Tables"
TestExt = "Test"
URIsExt = "URIs"
UnitfulExt = "Unitful"
[compat]
Accessors = "0.1.36"
ColorTypes = "0.11, 0.12"
CompositionsBase = "0.1.2"
ConstructionBase = "1.5.1"
DataPipes = "0.3.5"
Dates = "1"
DictArrays = "0.1.4"
Dictionaries = "0.3,0.4"
Distributions = "0.25"
DomainSets = "0.6,0.7"
FlexiMaps = "0.1.20"
InverseFunctions = "0.1.7"
LinearAlgebra = "1"
Reexport = "1.2.2"
Skipper = "0.1.11"
StaticArrays = "1.5.6"
Statistics = "1"
StatsBase = "0.34.4"
StructArrays = "0.6.21, 0.7.1"
Tables = "1"
Test = "1"
URIs = "1.4"
Unitful = "1.21.1"
julia = "1.9"