-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathProject.toml
More file actions
28 lines (24 loc) · 745 Bytes
/
Project.toml
File metadata and controls
28 lines (24 loc) · 745 Bytes
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
name = "NaNStatistics"
uuid = "b946abbf-3ea7-4610-9019-9858bfdeaf2d"
authors = ["C. Brenhin Keller"]
version = "0.6.56"
[deps]
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
StaticArrayInterface = "0d7ed370-da01-4f52-bd93-41d350b8b718"
[weakdeps]
DimensionalData = "0703355e-b756-11e9-17c0-8b28908087d0"
Hwloc = "0e44f5e4-bd66-52a0-8798-143a42290a1d"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[extensions]
NaNStatisticsHwlocExt = "Hwloc"
NaNStatisticsDimensionalDataExt = "DimensionalData"
NaNStatisticsUnitfulExt = "Unitful"
[compat]
DimensionalData = "0.29, 0.30"
Hwloc = "3.3"
PrecompileTools = "1"
Static = "0.8, 1"
StaticArrayInterface = "1"
Unitful = "1"
julia = "1.10"