-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
34 lines (30 loc) · 935 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
34
name = "FlexiMaps"
uuid = "6394faf6-06db-4fa8-b750-35ccc60383f7"
authors = ["Alexander Plavin <[email protected]>"]
version = "0.1.27"
[deps]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
DataPipes = "02685ad9-2d12-40c3-9f73-c6aeda6a7ff5"
InverseFunctions = "3587e190-3f89-42d0-90ee-14403ec27112"
[weakdeps]
AxisKeys = "94b1ba4f-4ee9-5380-92f1-94cde586c3c5"
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[extensions]
AxisKeysExt = "AxisKeys"
DictionariesExt = "Dictionaries"
IntervalSetsExt = "IntervalSets"
StructArraysExt = "StructArrays"
UnitfulExt = "Unitful"
[compat]
Accessors = "0.1.20"
AxisKeys = "0.2.14"
DataPipes = "0.3.8"
Dictionaries = "0.3, 0.4"
IntervalSets = "0.7"
InverseFunctions = "0.1.7"
StructArrays = "0.6.12"
Unitful = "1"
julia = "1.10"