Skip to content

Commit 1a70987

Browse files
github-actions[bot]CompatHelper Juliamtfishman
authored
CompatHelper: bump compat for VectorInterface to 0.5 for package NDTensors, (keep existing compat) (#1588)
* CompatHelper: bump compat for VectorInterface to 0.5 for package NDTensors, (keep existing compat) * [NDTensors] Bump to v0.3.69 * [ITensors] Bump VectorInterface compat to v0.5, bump to v0.7.7 --------- Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: Matt Fishman <[email protected]>
1 parent 10a6563 commit 1a70987

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

NDTensors/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "NDTensors"
22
uuid = "23ae76d9-e61a-49c4-8f12-3f1a16adf9cf"
33
authors = ["Matthew Fishman <[email protected]>"]
4-
version = "0.3.68"
4+
version = "0.3.69"
55

66
[deps]
77
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
@@ -89,7 +89,7 @@ StridedViews = "0.2.2, 0.3"
8989
TBLIS = "0.2"
9090
TimerOutputs = "0.5.5"
9191
TupleTools = "1.2.0"
92-
VectorInterface = "0.4.2"
92+
VectorInterface = "0.4.2, 0.5"
9393
cuTENSOR = "2"
9494
julia = "1.10"
9595

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ITensors"
22
uuid = "9136182c-28ba-11e9-034c-db9fb085ebd5"
33
authors = ["Matthew Fishman <[email protected]>", "Miles Stoudenmire <[email protected]>"]
4-
version = "0.7.6"
4+
version = "0.7.7"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
@@ -60,7 +60,7 @@ StaticArrays = "0.12, 1.0"
6060
Strided = "1.1, 2"
6161
TimerOutputs = "0.5.5"
6262
TupleTools = "1.2"
63-
VectorInterface = "0.4"
63+
VectorInterface = "0.4, 0.5"
6464
Zeros = "0.3.0"
6565
ZygoteRules = "0.2.2"
6666
julia = "1.10"

0 commit comments

Comments
 (0)