Skip to content

Commit

Permalink
Allow CUDA v5 (#360)
Browse files Browse the repository at this point in the history
The failed CI is not related to this PR (it failed on main too)
  • Loading branch information
ChrisRackauckas authored Nov 29, 2023
1 parent 2a88729 commit 56aa5c8
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 @@ -32,7 +32,7 @@ AdvancedHMCOrdinaryDiffEqExt = "OrdinaryDiffEq"
[compat]
AbstractMCMC = "4.2, 5"
ArgCheck = "1, 2"
CUDA = "3, 4"
CUDA = "3, 4, 5"
DocStringExtensions = "0.8, 0.9"
InplaceOps = "0.3"
LogDensityProblems = "2"
Expand Down

0 comments on commit 56aa5c8

Please sign in to comment.