@@ -7,28 +7,25 @@ version = "0.7.1"
7
7
Compat = " 34da2185-b29b-5c13-b0c7-acf172513d20"
8
8
PackageExtensionCompat = " 65ce6f38-6b18-4e1d-a461-8949797d7930"
9
9
SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
10
- TOML = " fa267f1f-6049-4f14-aa54-33bafae1ed76"
11
10
Tricks = " 410a4b4d-49e4-4fbc-ab6d-cb71b17b3775"
12
11
13
12
[weakdeps ]
14
13
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
15
14
Measurements = " eff96d63-e80a-5855-80a2-b1b0885c5ab7"
16
15
ScientificTypes = " 321657f4-b219-11e9-178b-2701a2544e81"
17
- ScientificTypesBase = " 30f210dd-8aff-4c5f-94ba-8e64358c1161"
18
16
Unitful = " 1986cc42-f94f-5a68-af5c-568840ba703d"
19
17
20
18
[extensions ]
21
19
DynamicQuantitiesLinearAlgebraExt = " LinearAlgebra"
22
20
DynamicQuantitiesMeasurementsExt = " Measurements"
23
- DynamicQuantitiesScientificTypesExt = [ " ScientificTypes" , " ScientificTypesBase " ]
21
+ DynamicQuantitiesScientificTypesExt = " ScientificTypes"
24
22
DynamicQuantitiesUnitfulExt = " Unitful"
25
23
26
24
[compat ]
27
- Compat = " ^ 3.42, 4"
25
+ Compat = " 3.42, 4"
28
26
Measurements = " 2"
29
- PackageExtensionCompat = " 1"
27
+ PackageExtensionCompat = " 1.0.2 "
30
28
ScientificTypes = " 3"
31
- ScientificTypesBase = " 3"
32
29
Tricks = " 0.1"
33
30
Unitful = " 1"
34
31
julia = " 1.6"
@@ -41,22 +38,9 @@ Ratios = "c84ed2f1-dad5-54f0-aa8e-dbefe2724439"
41
38
SafeTestsets = " 1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
42
39
SaferIntegers = " 88634af6-177f-5301-88b8-7819386cfa38"
43
40
ScientificTypes = " 321657f4-b219-11e9-178b-2701a2544e81"
44
- ScientificTypesBase = " 30f210dd-8aff-4c5f-94ba-8e64358c1161"
45
41
StaticArrays = " 90137ffa-7385-5640-81b9-e52037218182"
46
42
Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
47
43
Unitful = " 1986cc42-f94f-5a68-af5c-568840ba703d"
48
44
49
45
[targets ]
50
- test = [
51
- " Aqua" ,
52
- " LinearAlgebra" ,
53
- " Measurements" ,
54
- " Ratios" ,
55
- " SaferIntegers" ,
56
- " SafeTestsets" ,
57
- " ScientificTypes" ,
58
- " ScientificTypesBase" ,
59
- " StaticArrays" ,
60
- " Test" ,
61
- " Unitful"
62
- ]
46
+ test = [" Aqua" , " LinearAlgebra" , " Measurements" , " Ratios" , " SaferIntegers" , " SafeTestsets" , " ScientificTypes" , " StaticArrays" , " Test" , " Unitful" ]
0 commit comments