diff --git a/Project.toml b/Project.toml index d8ecaac..f58b2c4 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorGaussianMPS" uuid = "2be41995-7c9f-4653-b682-bfa4e7cebb93" -version = "0.1.15" +version = "0.1.16" authors = ["Matthew Fishman and contributors"] [workspace] @@ -14,7 +14,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" [compat] Compat = "3.40, 4" -ITensorMPS = "0.3" +ITensorMPS = "0.3, 0.4" ITensors = "0.7, 0.8, 0.9" LinearAlgebra = "1.10" julia = "1.10" diff --git a/docs/Project.toml b/docs/Project.toml index e64ac88..471d1bb 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -12,5 +12,5 @@ path = ".." Documenter = "1" ITensorFormatter = "0.2.27" ITensorGaussianMPS = "0.1" -ITensorMPS = "0.3" +ITensorMPS = "0.3, 0.4" LinearAlgebra = "1.10" diff --git a/examples/Project.toml b/examples/Project.toml index e8117e4..96f0122 100644 --- a/examples/Project.toml +++ b/examples/Project.toml @@ -8,5 +8,5 @@ path = ".." [compat] ITensorGaussianMPS = "0.1" -ITensorMPS = "0.3" +ITensorMPS = "0.3, 0.4" LinearAlgebra = "1.10" diff --git a/test/Project.toml b/test/Project.toml index a922db5..9e597f2 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -13,7 +13,7 @@ path = ".." [compat] Aqua = "0.8.9" ITensorGaussianMPS = "0.1" -ITensorMPS = "0.3" +ITensorMPS = "0.3, 0.4" ITensorPkgSkeleton = "0.3.42" ITensors = "0.7, 0.8, 0.9" LinearAlgebra = "1.10"