diff --git a/Project.toml b/Project.toml index bb019fb..4b5ca03 100644 --- a/Project.toml +++ b/Project.toml @@ -3,6 +3,9 @@ uuid = "ca635005-6f8c-4cd1-b51d-8491250ef2ab" version = "0.4.6" authors = ["Maarten Van Damme", "Lukas Devos", "Gertian Roose", "Klaas Gunst"] +[workspace] +projects = ["test"] + [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" MPSKit = "bb1c41ca-d63c-52ed-829e-0820dda26502" @@ -16,10 +19,7 @@ TupleTools = "9d95972d-f1c8-5527-a6e0-b4b365fa01f6" MPSKit = "0.13.1" MacroTools = "0.5" PrecompileTools = "1" -TensorKit = "0.15, 0.16" +TensorKit = "0.15, 0.16, 0.17" TensorOperations = "5" TupleTools = "1" julia = "1.10" - -[workspace] -projects = ["test"]