Skip to content

Commit ea9c481

Browse files
committed
fix dependency for Printf on Julia 1.9.4
1 parent cfc3567 commit ea9c481

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ TensorKit = "07d1fe3e-3e46-537d-9eac-e9e13d0d4cec"
1313
ITensorsExt = ["ITensors", "TensorKit"]
1414

1515
[compat]
16-
ITensors = "0.8,0.9"
16+
ITensors = "0.7,0.8,0.9"
1717
TensorKit = "0.16.0"
1818
julia = "1.10"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ TestExtras = "5ed8adda-3752-4e41-b88a-e8b09835ee3a"
1010

1111
[compat]
1212
Aqua = "0.8"
13-
ITensors = "0.8,0.9"
13+
ITensors = "0.7,0.8,0.9"
1414
SafeTestsets = "0.1"
1515
Suppressor = "0.2"
1616
TensorKitAdapters = "0.1"

0 commit comments

Comments
 (0)