Skip to content

Commit bc0988a

Browse files
committed
fix compat
1 parent 947b308 commit bc0988a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ path = ".."
99

1010
[compat]
1111
Documenter = "1"
12-
GradedArrays = "0.8"
12+
GradedArrays = "0.9"
1313
ITensorFormatter = "0.2.27"
1414
Literate = "2"

examples/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ GradedArrays = "bc96ca6e-b7c8-4bb6-888e-c93f838762c2"
55
path = ".."
66

77
[compat]
8-
GradedArrays = "0.8"
8+
GradedArrays = "0.9"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Aqua = "0.8.11"
2727
BlockArrays = "1.6"
2828
BlockSparseArrays = "0.10"
2929
Dictionaries = "0.4"
30-
GradedArrays = "0.8"
30+
GradedArrays = "0.9"
3131
ITensorPkgSkeleton = "0.3.42"
3232
KroneckerArrays = "0.3"
3333
LinearAlgebra = "1.10"

0 commit comments

Comments
 (0)