Skip to content

Commit 0e40bd0

Browse files
authored
Bump EnzymeCore compat to 0.6 - 0.8 (#666)
1 parent 24a7380 commit 0e40bd0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Compat = "4"
5252
ConstructionBase = "1.5.4"
5353
Distributions = "0.25"
5454
DocStringExtensions = "0.9"
55-
EnzymeCore = "0.6, 0.7"
55+
EnzymeCore = "0.6 - 0.8"
5656
ForwardDiff = "0.10"
5757
LinearAlgebra = "1.6"
5858
LogDensityProblems = "2"
@@ -70,7 +70,7 @@ julia = "1.6"
7070
[extras]
7171
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
7272
EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869"
73-
MCMCChains = "c7f686f2-ff18-58e9-bc7b-31028e88f75d"
74-
ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444"
7573
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
74+
MCMCChains = "c7f686f2-ff18-58e9-bc7b-31028e88f75d"
7675
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
76+
ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444"

test/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
2626
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
2727

2828
[compat]
29-
Accessors = "0.1"
3029
ADTypes = "0.2, 1"
3130
AbstractMCMC = "5"
3231
AbstractPPL = "0.8.2"
32+
Accessors = "0.1"
3333
Bijectors = "0.13"
3434
Compat = "4.3.0"
3535
Distributions = "0.25"
3636
DistributionsAD = "0.6.3"
3737
Documenter = "1"
38-
EnzymeCore = "0.6, 0.7"
38+
EnzymeCore = "0.6 - 0.8"
3939
ForwardDiff = "0.10.12"
4040
LogDensityProblems = "2"
4141
LogDensityProblemsAD = "1"

0 commit comments

Comments
 (0)