Skip to content

Commit fc0f756

Browse files
github-actions[bot]CompatHelper Juliamtfishman
authored
CompatHelper: bump compat for BlockSparseArrays to 0.5 for package test, (keep existing compat) (#73)
Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: Matt Fishman <[email protected]> Co-authored-by: mtfishman <[email protected]>
1 parent c629028 commit fc0f756

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ITensorBase"
22
uuid = "4795dd04-0d67-49bb-8f44-b89c448a1dc7"
33
authors = ["ITensor developers <[email protected]> and contributors"]
4-
version = "0.2.4"
4+
version = "0.2.5"
55

66
[deps]
77
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
@@ -30,7 +30,7 @@ Accessors = "0.1.39"
3030
DerivableInterfaces = "0.4"
3131
DiagonalArrays = "0.3"
3232
FillArrays = "1.13"
33-
GradedArrays = "0.3"
33+
GradedArrays = "0.4"
3434
LinearAlgebra = "1.10"
3535
MapBroadcast = "0.1.5"
3636
NamedDimsArrays = "0.7"

test/Project.toml

+2-4
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,19 @@ NamedDimsArrays = "60cbd0c0-df58-4cb7-918c-6f5607b73fde"
1010
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
1111
SparseArraysBase = "0d5efcca-f356-4864-8770-e1ed8d78f208"
1212
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
13-
SymmetrySectors = "f8a8ad64-adbc-4fce-92f7-ffe2bb36a86e"
1413
TensorAlgebra = "68bd88dc-f39d-4e12-b2ca-f046b68fcc6a"
1514
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1615

1716
[compat]
1817
Aqua = "0.8.9"
1918
BlockArrays = "1"
20-
BlockSparseArrays = "0.4"
19+
BlockSparseArrays = "0.5"
2120
DiagonalArrays = "0.3"
22-
GradedArrays = "0.3"
21+
GradedArrays = "0.4"
2322
ITensorBase = "0.2"
2423
NamedDimsArrays = "0.7"
2524
SafeTestsets = "0.1"
2625
SparseArraysBase = "0.5"
2726
Suppressor = "0.2"
28-
SymmetrySectors = "0.1"
2927
TensorAlgebra = "0.3"
3028
Test = "1.10"

test/test_basics.jl

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using BlockArrays: Block
22
using BlockSparseArrays: BlockSparseArray
33
using DiagonalArrays: δ, delta, diagview
4-
using GradedArrays: dual, gradedrange
4+
using GradedArrays: U1, dual, gradedrange
55
using ITensorBase:
66
ITensorBase,
77
ITensor,
@@ -18,7 +18,6 @@ using ITensorBase:
1818
unsettag
1919
using NamedDimsArrays: dename, name, named
2020
using SparseArraysBase: oneelement
21-
using SymmetrySectors: U1
2221
using LinearAlgebra: factorize
2322
using Test: @test, @test_broken, @test_throws, @testset
2423

0 commit comments

Comments
 (0)