From fdc590b8c60c5d8378459062131c0986be1b70f8 Mon Sep 17 00:00:00 2001 From: Lukas <37111893+lkdvos@users.noreply.github.com> Date: Tue, 10 Oct 2023 15:47:20 +0200 Subject: [PATCH] Update Project.toml --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index c0d7955..fc953b0 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SUNRepresentations" uuid = "1a50b95c-7aac-476d-a9ce-2bfc675fc617" authors = ["Maarten Van Damme and Jutho Haegeman "] -version = "0.1.5" +version = "0.1.6" [deps] LRUCache = "8ac3fa9e-de4c-5943-b1dc-09c6b5f20637" @@ -14,7 +14,7 @@ TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2" [compat] RationalRoots = "0.1 - 0.2" SparseArrayKit = "0.3" -TensorKit = "0.11" +TensorKit = "0.11, 0.12" TensorOperations = "4" LRUCache = "1" julia = "1.6"