Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Aug 28, 2022
1 parent d6e0b89 commit 605410a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/LinearSolvePardiso/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "LinearSolvePardiso"
uuid = "a6722589-28b8-4472-944e-bde9ee6da670"
authors = ["SciML"]
version = "0.1"
version = "0.1.1"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand All @@ -12,7 +12,7 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"

[compat]
SciMLBase = "1.25"
LinearSolve = "1"
LinearSolve = "1.24"
Pardiso = "0.5"
UnPack = "1"
julia = "1.6"
Expand All @@ -22,4 +22,4 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Random", "Test"]
test = ["Random", "Test"]

0 comments on commit 605410a

Please sign in to comment.