Skip to content

Commit 03520b6

Browse files
authored
Update to ITensors v0.9 (#135)
1 parent 44ef953 commit 03520b6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ITensorMPS"
22
uuid = "0d1a4710-d33b-49a5-8f18-73bdf49b47e2"
33
authors = ["Matthew Fishman <[email protected]>", "Miles Stoudenmire <[email protected]>"]
4-
version = "0.3.15"
4+
version = "0.3.16"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
@@ -35,7 +35,7 @@ Adapt = "4.1.0"
3535
ChainRulesCore = "1.10"
3636
Compat = "4.16.0"
3737
HDF5 = "0.14, 0.15, 0.16, 0.17"
38-
ITensors = "0.8"
38+
ITensors = "0.8, 0.9"
3939
IsApprox = "2.0.0"
4040
KrylovKit = "0.8.1, 0.9"
4141
LinearAlgebra = "1.10"

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
77
[compat]
88
Documenter = "1.9.0"
99
ITensorMPS = "0.3.9"
10-
ITensors = "0.8.1"
10+
ITensors = "0.8.1, 0.9"
1111
Literate = "2.20.1"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Combinatorics = "1.0.2"
2727
Compat = "4.16.0"
2828
HDF5 = "0.17.2"
2929
ITensorMPS = "0.3.8"
30-
ITensors = "0.8.1"
30+
ITensors = "0.8.1, 0.9"
3131
JLD2 = "0.5.11"
3232
KrylovKit = "0.9.5"
3333
LinearAlgebra = "1.10.0"

0 commit comments

Comments
 (0)