From b1db3ef6febc7384d8fd6403424ae089bcf4ddb1 Mon Sep 17 00:00:00 2001 From: maarten Date: Sat, 25 Sep 2021 18:41:22 +0200 Subject: [PATCH] bounds --- Project.toml | 2 +- src/MPSKit.jl | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 0042ad36..3d43a117 100644 --- a/Project.toml +++ b/Project.toml @@ -12,13 +12,13 @@ Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a" RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01" TensorKit = "07d1fe3e-3e46-537d-9eac-e9e13d0d4cec" TensorKitManifolds = "11fa318c-39cb-4a83-b1ed-cdc7ba1e3684" -TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2" [compat] FastClosures = "0.3" KrylovKit = "0.4 - 0.5.2" OptimKit = "0.3.1" Parameters = "0.12.1" +RecipesBase = "1.1" TensorKit = "0.10" TensorKitManifolds = "0.5,0.6" julia = "1.4 - 1.7" diff --git a/src/MPSKit.jl b/src/MPSKit.jl index 4d633210..b5eb6cbd 100644 --- a/src/MPSKit.jl +++ b/src/MPSKit.jl @@ -3,8 +3,6 @@ module MPSKit using Base.Iterators, Base.Threads using RecipesBase - import TensorOperations as TO; - using LinearAlgebra:diag,Diagonal; import LinearAlgebra