diff --git a/Project.toml b/Project.toml index 1e8717e06..b466587f1 100644 --- a/Project.toml +++ b/Project.toml @@ -54,6 +54,6 @@ RecipesBase = "1.1" TensorKit = "0.17.1" TensorKitManifolds = "0.7, 0.8" TensorOperations = "5.6.2" -TimerOutputs = "0.5.29" +TimerOutputs = "0.5.29, 1.1" VectorInterface = "0.2, 0.3, 0.4, 0.5, 0.6" julia = "1.10" diff --git a/test/Project.toml b/test/Project.toml index ea2afba0a..5597b8c84 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -32,7 +32,7 @@ Combinatorics = "1" ParallelTestRunner = "2" Plots = "1.40" Pkg = "1" -TensorKitTensors = "0.2" +TensorKitTensors = "0.2, 0.3" Test = "1" TestExtras = "0.3" cuTENSOR = "6"