Skip to content

Commit b489161

Browse files
authored
Merge pull request #22 from chriselrod/vecbase0.18
Bumping compats and version
2 parents 3eb9c2d + 9bef99a commit b489161

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
name = "RecursiveFactorization"
22
uuid = "f2c3362d-daeb-58d1-803e-2bc74f2840b4"
33
authors = ["Yingbo Ma <[email protected]>"]
4-
version = "0.1.9"
4+
version = "0.1.10"
55

66
[deps]
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
88
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
99
VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"
1010

1111
[compat]
12-
LoopVectorization = "0.10"
13-
VectorizationBase = "0.16"
12+
LoopVectorization = "0.10,0.11"
13+
VectorizationBase = "0.16,0.17,0.18"
1414
julia = "1.5"
1515

1616
[extras]

0 commit comments

Comments
 (0)