Skip to content

Commit

Permalink
Merge pull request #281 from SciML/linearsolve2
Browse files Browse the repository at this point in the history
allow linearsolve v2
  • Loading branch information
ChrisRackauckas authored Jun 1, 2023
2 parents 2d6f5da + 3ac5692 commit b56f1ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "DiffEqGPU"
uuid = "071ae1c0-96b5-11e9-1965-c90190d839ea"
authors = ["Chris Rackauckas", "SciML"]
version = "2.2.1"
version = "2.3.0"

[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Expand Down Expand Up @@ -46,7 +46,7 @@ DiffEqBase = "6.122"
DocStringExtensions = "0.8, 0.9"
ForwardDiff = "0.10"
KernelAbstractions = "0.9"
LinearSolve = "1.15"
LinearSolve = "1.15, 2"
Metal = "0.3"
MuladdMacro = "0.2"
Parameters = "0.12"
Expand Down

0 comments on commit b56f1ed

Please sign in to comment.