Skip to content

Commit 190ac89

Browse files
committed
Pin KernelAbstractions to v0.9.31
1 parent 309dfc5 commit 190ac89

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Project.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9"
1515
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
1616
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
1717
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
18+
# TODO(penelopeysm,mhauru) KernelAbstractions is only a dependency so that we can pin its version, see
19+
# https://github.com/TuringLang/DynamicPPL.jl/pull/781#event-16017866767
20+
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
1821
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1922
LogDensityProblems = "6fdf6af0-433a-55f7-b3ed-c6c6e0b8df7c"
2023
LogDensityProblemsAD = "996a588d-648d-4e1f-a8f0-a84b347e47b1"
@@ -55,6 +58,9 @@ Compat = "4"
5558
ConstructionBase = "1.5.4"
5659
Distributions = "0.25"
5760
DocStringExtensions = "0.9"
61+
# TODO(penelopeysm,mhauru) See https://github.com/TuringLang/DynamicPPL.jl/pull/781#event-16017866767
62+
# for why KernelAbstractions is pinned like this.
63+
KernelAbstractions = "=0.9.31"
5864
EnzymeCore = "0.6 - 0.8"
5965
ForwardDiff = "0.10"
6066
JET = "0.9"

0 commit comments

Comments
 (0)