Skip to content

Commit

Permalink
Adapt to Enzyme breaking change (#118)
Browse files Browse the repository at this point in the history
Incidentally this extension doesn't have any code broken by the breaking change. Nevertheless trying to open / flag early for the ecosystem
  • Loading branch information
wsmoses authored Sep 16, 2024
1 parent 1fa3011 commit ce727e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ QuadGKEnzymeExt = "Enzyme"
[compat]
DataStructures = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 0.19"
LinearAlgebra = "<0.0.1, 1"
Enzyme = "0.12"
Enzyme = "0.12, 0.13"
julia = "1.6"

[extras]
Expand Down

0 comments on commit ce727e1

Please sign in to comment.