Skip to content

Commit 2e7dddc

Browse files
github-actions[bot]CompatHelper Juliamtfishman
authored
CompatHelper: bump compat for BlockSparseArrays to 0.8, (keep existing compat) (#66)
Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> Co-authored-by: Matt Fishman <mtfishman@users.noreply.github.com>
1 parent c72a6e7 commit 2e7dddc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "FusionTensors"
22
uuid = "e16ca583-1f51-4df0-8e12-57d32947d33e"
33
authors = ["ITensor developers <support@itensor.org> and contributors"]
4-
version = "0.5.5"
4+
version = "0.5.6"
55

66
[deps]
77
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
@@ -21,7 +21,7 @@ WignerSymbols = "9f57e263-0b3d-5e2e-b1be-24f2bb48858b"
2121
[compat]
2222
Accessors = "0.1.42"
2323
BlockArrays = "1.7"
24-
BlockSparseArrays = "0.7.4"
24+
BlockSparseArrays = "0.8"
2525
GradedArrays = "0.4.14"
2626
HalfIntegers = "1.6"
2727
LRUCache = "1.6"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1515
[compat]
1616
Aqua = "0.8.11"
1717
BlockArrays = "1.6"
18-
BlockSparseArrays = "0.7"
18+
BlockSparseArrays = "0.8"
1919
FusionTensors = "0.5"
2020
GradedArrays = "0.4"
2121
LinearAlgebra = "1.10.0"

0 commit comments

Comments
 (0)