Skip to content

Commit 1eccb78

Browse files
Merge pull request #935 from SciML/compathelper/new_version/2023-09-24-00-17-38-961-01318524351
CompatHelper: add new compat entry for EnzymeCore at version 0.5, (keep existing compat)
2 parents 7e3eff9 + 57bc41e commit 1eccb78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
5151

5252
[extensions]
5353
DiffEqBaseDistributionsExt = "Distributions"
54+
DiffEqBaseEnzymeExt = "Enzyme"
5455
DiffEqBaseGeneralizedGeneratedExt = "GeneralizedGenerated"
5556
DiffEqBaseMPIExt = "MPI"
5657
DiffEqBaseMeasurementsExt = "Measurements"
@@ -59,7 +60,6 @@ DiffEqBaseReverseDiffExt = "ReverseDiff"
5960
DiffEqBaseTrackerExt = "Tracker"
6061
DiffEqBaseUnitfulExt = "Unitful"
6162
DiffEqBaseZygoteExt = "Zygote"
62-
DiffEqBaseEnzymeExt = "Enzyme"
6363

6464
[compat]
6565
ArrayInterface = "7"
@@ -68,6 +68,7 @@ DataStructures = "0.18"
6868
Distributions = "0.25"
6969
DocStringExtensions = "0.9"
7070
EnumX = "1"
71+
EnzymeCore = "0.5"
7172
FastBroadcast = "0.2"
7273
ForwardDiff = "0.10"
7374
FunctionWrappers = "1.0"

0 commit comments

Comments
 (0)