diff --git a/Project.toml b/Project.toml index e7f4395..ca11d6c 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorVisualizationBase" uuid = "cd2553d2-8bef-4d93-8a38-c62f17d5ad23" -version = "0.1.17" +version = "0.1.18" authors = ["Matthew Fishman and contributors"] [workspace] @@ -24,7 +24,7 @@ AbstractTrees = "0.4" Compat = "3.40, 4" GeometryBasics = "0.4.1, 0.5" Graphs = "1.4.1" -ITensorMPS = "0.3" +ITensorMPS = "0.3, 0.4" ITensors = "0.7, 0.8, 0.9" LinearAlgebra = "1.10" MetaGraphs = "0.7.1, 0.8, 0.9" diff --git a/test/Project.toml b/test/Project.toml index d4a5312..7c11d98 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -17,7 +17,7 @@ path = ".." Aqua = "0.8.9" GeometryBasics = "0.4.1, 0.5" Graphs = "1.4.1" -ITensorMPS = "0.3" +ITensorMPS = "0.3, 0.4" ITensorPkgSkeleton = "0.3.42" ITensorVisualizationBase = "0.1" ITensors = "0.7, 0.8, 0.9"