diff --git a/Project.toml b/Project.toml index b6aba09..9013203 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorGLMakie" uuid = "3f718f31-6db8-4f43-a433-67cb5c73363e" -version = "0.2.2" +version = "0.2.3" authors = ["Matthew Fishman "] [workspace] diff --git a/examples/Project.toml b/examples/Project.toml index e9c7c20..1c80413 100644 --- a/examples/Project.toml +++ b/examples/Project.toml @@ -14,7 +14,7 @@ path = ".." GeometryBasics = "0.4.1, 0.5" Graphs = "1.4.1" ITensorGLMakie = "0.2" -ITensorMPS = "0.3" +ITensorMPS = "0.3, 0.4" ITensors = "0.7, 0.8, 0.9" LayeredLayouts = "0.2" NetworkLayout = "0.4.3" diff --git a/test/Project.toml b/test/Project.toml index b86ac50..fa4d474 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -19,7 +19,7 @@ Aqua = "0.8.9" GeometryBasics = "0.4.1, 0.5" Graphs = "1.4.1" ITensorGLMakie = "0.2" -ITensorMPS = "0.3" +ITensorMPS = "0.3, 0.4" ITensorPkgSkeleton = "0.3.42" ITensors = "0.7, 0.8, 0.9" LayeredLayouts = "0.2"