We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34857dc commit 27e5e19Copy full SHA for 27e5e19
Project.toml
@@ -27,6 +27,12 @@ SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
27
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
28
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
29
30
+[weakdeps]
31
+SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
32
+
33
+[extensions]
34
+SpecialFunctionsExt = "SpecialFunctions"
35
36
[compat]
37
Adapt = "4"
38
Artifacts = "1"
@@ -47,11 +53,5 @@ SHA = "0.7"
47
53
StaticArrays = "1"
48
54
julia = "1.8"
49
55
50
-[extensions]
51
-SpecialFunctionsExt = "SpecialFunctions"
52
-
56
[extras]
57
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
-[weakdeps]
-SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
0 commit comments