Skip to content

Commit 8da6bb8

Browse files
committed
update VectorInterface compat
1 parent d41cbbc commit 8da6bb8

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,7 +1,7 @@
11
name = "BlockTensorKit"
22
uuid = "5f87ffc2-9cf1-4a46-8172-465d160bd8cd"
33
authors = ["lkdvos <lukas.devos@ugent.be> and contributors"]
4-
version = "0.1.1"
4+
version = "0.1.2"
55

66
[deps]
77
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
@@ -26,8 +26,8 @@ TensorOperations = "5"
2626
Test = "1"
2727
TestExtras = "0.2"
2828
TupleTools = "1"
29-
VectorInterface = "0.4.8"
30-
julia = "1.8"
29+
VectorInterface = "0.4.8, 0.5"
30+
julia = "1.10"
3131

3232
[extras]
3333
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

0 commit comments

Comments
 (0)