Skip to content

Commit

Permalink
CompatHelper: add new compat entry for StaticArrays in [weakdeps] at …
Browse files Browse the repository at this point in the history
…version 1, (keep existing compat)
  • Loading branch information
CompatHelper Julia committed May 25, 2024
1 parent cc2b458 commit 48e4841
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,6 @@ Preferences = "21216c6a-2e73-6563-6e65-726566657250"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[weakdeps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[extensions]
EnzymeChainRulesCoreExt = "ChainRulesCore"
EnzymeSpecialFunctionsExt = "SpecialFunctions"
EnzymeStaticArraysExt = "StaticArrays"

[compat]
CEnum = "0.4, 0.5"
ChainRulesCore = "1"
Expand All @@ -36,9 +26,20 @@ LLVM = "6.1, 7"
ObjectFile = "0.4"
Preferences = "1.4"
SpecialFunctions = "1, 2"
StaticArrays = "1"
julia = "1.6"

[extensions]
EnzymeChainRulesCoreExt = "ChainRulesCore"
EnzymeSpecialFunctionsExt = "SpecialFunctions"
EnzymeStaticArraysExt = "StaticArrays"

[extras]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[weakdeps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

0 comments on commit 48e4841

Please sign in to comment.