Skip to content

Commit ef08b6f

Browse files
ITensorBotCompatHelper Juliamtfishmanclaude
authored
CompatHelper: bump compat for VectorInterface in [weakdeps] to 0.6, (keep existing compat) (#1756)
Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> Co-authored-by: Matthew Fishman <mfishman@flatironinstitute.org> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 9c75c07 commit ef08b6f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ITensors"
22
uuid = "9136182c-28ba-11e9-034c-db9fb085ebd5"
3-
version = "0.9.29"
3+
version = "0.9.30"
44
authors = ["Matthew Fishman <mfishman@flatironinstitute.org>", "Miles Stoudenmire <mstoudenmire@flatironinstitute.org>"]
55

66
[workspace]
@@ -66,7 +66,7 @@ Strided = "1.1, 2"
6666
TensorOperations = "5.1.4"
6767
TimerOutputs = "0.5.5"
6868
TupleTools = "1.2"
69-
VectorInterface = "0.4, 0.5"
69+
VectorInterface = "0.4, 0.5, 0.6"
7070
Zeros = "0.3, 0.4, 0.5"
7171
ZygoteRules = "0.2.2"
7272
julia = "1.10"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ StableRNGs = "1"
4646
Suppressor = "0.2"
4747
TensorOperations = "5.5"
4848
Test = "1.10"
49-
VectorInterface = "0.5"
49+
VectorInterface = "0.5, 0.6"
5050
Zygote = "0.7"

0 commit comments

Comments
 (0)