From 29d4ef77072845dd2f19acac306bc4c3dad5556d Mon Sep 17 00:00:00 2001 From: Lukas <37111893+lkdvos@users.noreply.github.com> Date: Sun, 13 Aug 2023 15:22:50 +0200 Subject: [PATCH] Add compat VectorInterface --- Project.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d0b13861..8429a9ae 100644 --- a/Project.toml +++ b/Project.toml @@ -20,7 +20,8 @@ Strided = "2" TensorOperations = "4.0.2" TupleTools = "1.1" WignerSymbols = "1,2" -julia = "1.6 - 1" +julia = "1.6" +VectorInterface = "0.2" [extras] Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"