File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
3737ChainRules = " 082447d4-558c-5d27-93f4-14fc19e9eca2"
3838ChainRulesCore = " d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
3939Distributions = " 31c24e10-a181-5473-b8eb-7969acd0382f"
40- EnzymeRules = " b2b7a20a-8ddc-4497-9a0a-d49b80ff0020 "
40+ Enzyme = " 7da242da-08ed-463a-9acd-ee780be4f1d9 "
4141ForwardDiff = " f6369f11-7733-5829-9624-2563aa707210"
4242MLStyle = " d8e11817-5142-5d16-987a-aa16d5891078"
4343Makie = " ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
@@ -55,7 +55,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
5555[extensions ]
5656SciMLBaseChainRulesCoreExt = " ChainRulesCore"
5757SciMLBaseDistributionsExt = " Distributions"
58- SciMLBaseEnzymeExt = " EnzymeRules "
58+ SciMLBaseEnzymeExt = " Enzyme "
5959SciMLBaseForwardDiffExt = " ForwardDiff"
6060SciMLBaseMLStyleExt = " MLStyle"
6161SciMLBaseMakieExt = " Makie"
@@ -82,7 +82,7 @@ ConstructionBase = "1.5"
8282Distributed = " 1.10"
8383Distributions = " 0.25"
8484DocStringExtensions = " 0.9"
85- EnzymeRules = " 0.1 "
85+ Enzyme = " 0.13 "
8686EnumX = " 1"
8787ForwardDiff = " 0.10.36, 1"
8888FunctionWrappersWrappers = " 0.1.3"
Original file line number Diff line number Diff line change 11module SciMLBaseEnzymeExt
22
33using SciMLBase
4- import EnzymeRules
4+ import Enzyme : EnzymeRules
55
66# Enzyme rules for SciMLBase abstract types
77#
You can’t perform that action at this time.
0 commit comments