We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6e0b89 commit 605410aCopy full SHA for 605410a
lib/LinearSolvePardiso/Project.toml
@@ -1,7 +1,7 @@
1
name = "LinearSolvePardiso"
2
uuid = "a6722589-28b8-4472-944e-bde9ee6da670"
3
authors = ["SciML"]
4
-version = "0.1"
+version = "0.1.1"
5
6
[deps]
7
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -12,7 +12,7 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
12
13
[compat]
14
SciMLBase = "1.25"
15
-LinearSolve = "1"
+LinearSolve = "1.24"
16
Pardiso = "0.5"
17
UnPack = "1"
18
julia = "1.6"
@@ -22,4 +22,4 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
22
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
23
24
[targets]
25
-test = ["Random", "Test"]
+test = ["Random", "Test"]
0 commit comments