Skip to content

Commit e3d863c

Browse files
github-actions[bot]CompatHelper Juliamtfishman
authored
CompatHelper: bump compat for GradedArrays in [weakdeps] to 0.5, (keep existing compat) (#121)
Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> Co-authored-by: Matt Fishman <mtfishman@users.noreply.github.com>
1 parent 8125df5 commit e3d863c

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 = "NamedDimsArrays"
22
uuid = "60cbd0c0-df58-4cb7-918c-6f5607b73fde"
33
authors = ["ITensor developers <support@itensor.org> and contributors"]
4-
version = "0.8.1"
4+
version = "0.8.2"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
@@ -35,7 +35,7 @@ BlockArrays = "1.3"
3535
Compat = "4.16"
3636
DerivableInterfaces = "0.5"
3737
FillArrays = "1.13"
38-
GradedArrays = "0.4.1"
38+
GradedArrays = "0.4.1, 0.5"
3939
LinearAlgebra = "1.10"
4040
MapBroadcast = "0.1.6"
4141
Random = "1.10"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ BlockArrays = "1"
2424
BlockSparseArrays = "0.10"
2525
Combinatorics = "1"
2626
DiagonalArrays = "0.3"
27-
GradedArrays = "0.4"
27+
GradedArrays = "0.4, 0.5"
2828
JLArrays = "0.2, 0.3"
2929
NamedDimsArrays = "0.8"
3030
SafeTestsets = "0.1"

0 commit comments

Comments
 (0)