Skip to content

Commit 624181d

Browse files
CompatHelper Juliamoble
authored andcommitted
CompatHelper: bump compat for Symbolics in [weakdeps] to 6, (keep existing compat)
1 parent c2b3739 commit 624181d

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

Project.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,19 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1212
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
1313
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1414

15+
[weakdeps]
16+
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
17+
FastDifferentiation = "eb9bf01b-bf85-4b60-bf87-ee5de06c00be"
18+
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
19+
GenericLinearAlgebra = "14197337-ba66-59df-a3e3-ca00e7dcff7a"
20+
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
21+
22+
[extensions]
23+
QuaternionicChainRulesCoreExt = "ChainRulesCore"
24+
QuaternionicFastDifferentiationExt = "FastDifferentiation"
25+
QuaternionicForwardDiffExt = "ForwardDiff"
26+
QuaternionicSymbolicsExt = "Symbolics"
27+
1528
[compat]
1629
ChainRulesCore = "1"
1730
FastDifferentiation = "0.3.15"
@@ -24,18 +37,5 @@ PrecompileTools = "1.1.1"
2437
Random = "1"
2538
Requires = "1"
2639
StaticArrays = "1"
27-
Symbolics = "0.1, 1, 2, 3, 4, 5"
40+
Symbolics = "0.1, 1, 2, 3, 4, 5, 6"
2841
julia = "1.6"
29-
30-
[extensions]
31-
QuaternionicChainRulesCoreExt = "ChainRulesCore"
32-
QuaternionicFastDifferentiationExt = "FastDifferentiation"
33-
QuaternionicForwardDiffExt = "ForwardDiff"
34-
QuaternionicSymbolicsExt = "Symbolics"
35-
36-
[weakdeps]
37-
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
38-
FastDifferentiation = "eb9bf01b-bf85-4b60-bf87-ee5de06c00be"
39-
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
40-
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
41-
GenericLinearAlgebra = "14197337-ba66-59df-a3e3-ca00e7dcff7a"

0 commit comments

Comments
 (0)