Skip to content

Commit 94198b6

Browse files
github-actions[bot]CompatHelper Juliamtfishman
authored
CompatHelper: bump compat for SparseArraysBase in [weakdeps] to 0.4, (keep existing compat) (#53)
* CompatHelper: bump compat for SparseArraysBase in [weakdeps] to 0.4, (keep existing compat) * Bump compat versions --------- Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: mtfishman <[email protected]>
1 parent 2bb907b commit 94198b6

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 = "ITensorBase"
22
uuid = "4795dd04-0d67-49bb-8f44-b89c448a1dc7"
33
authors = ["ITensor developers <[email protected]> and contributors"]
4-
version = "0.1.21"
4+
version = "0.1.22"
55

66
[deps]
77
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
@@ -33,7 +33,7 @@ GradedUnitRanges = "0.1.4"
3333
LinearAlgebra = "1.10"
3434
MapBroadcast = "0.1.5"
3535
NamedDimsArrays = "0.5.0"
36-
SparseArraysBase = "0.2.11, 0.3"
36+
SparseArraysBase = "0.4"
3737
UnallocatedArrays = "0.1.1"
3838
UnspecifiedTypes = "0.1.1"
3939
VectorInterface = "0.5.0"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ GradedUnitRanges = "0.1"
2222
ITensorBase = "0.1"
2323
NamedDimsArrays = "0.5"
2424
SafeTestsets = "0.1"
25-
SparseArraysBase = "0.3"
25+
SparseArraysBase = "0.4"
2626
Suppressor = "0.2"
2727
SymmetrySectors = "0.1"
2828
Test = "1.10"

0 commit comments

Comments
 (0)