Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "FusionTensors"
uuid = "e16ca583-1f51-4df0-8e12-57d32947d33e"
authors = ["ITensor developers <[email protected]> and contributors"]
version = "0.5.5"
version = "0.5.6"

[deps]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
Expand All @@ -21,7 +21,7 @@ WignerSymbols = "9f57e263-0b3d-5e2e-b1be-24f2bb48858b"
[compat]
Accessors = "0.1.42"
BlockArrays = "1.7"
BlockSparseArrays = "0.7.4"
BlockSparseArrays = "0.7.4, 0.8"
GradedArrays = "0.4.14"
HalfIntegers = "1.6"
LRUCache = "1.6"
Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
Aqua = "0.8.11"
BlockArrays = "1.6"
BlockSparseArrays = "0.7"
BlockSparseArrays = "0.8"
FusionTensors = "0.5"
GradedArrays = "0.4"
LinearAlgebra = "1.10.0"
Expand Down
Loading