diff --git a/Project.toml b/Project.toml index 0ebba96..5a98ef2 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ITensorBase" uuid = "4795dd04-0d67-49bb-8f44-b89c448a1dc7" authors = ["ITensor developers and contributors"] -version = "0.3.3" +version = "0.3.4" [deps] Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" @@ -33,7 +33,7 @@ DiagonalArrays = "0.3" FillArrays = "1.13" LinearAlgebra = "1.10" MapBroadcast = "0.1.5" -NamedDimsArrays = "0.8" +NamedDimsArrays = "0.8, 0.9" Random = "1.10" SparseArraysBase = "0.7" TensorAlgebra = "0.3, 0.4, 0.5, 0.6" @@ -41,3 +41,6 @@ UnallocatedArrays = "0.1.1" UnspecifiedTypes = "0.1.1" VectorInterface = "0.5" julia = "1.10" + +[workspace] +projects = ["benchmark", "dev", "docs", "examples", "test"] diff --git a/docs/Project.toml b/docs/Project.toml index f2d74b5..b46fb32 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -4,8 +4,11 @@ ITensorBase = "4795dd04-0d67-49bb-8f44-b89c448a1dc7" Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306" NamedDimsArrays = "60cbd0c0-df58-4cb7-918c-6f5607b73fde" +[sources] +ITensorBase = {path = ".."} + [compat] -ITensorBase = "0.3" Documenter = "1" +ITensorBase = "0.3" Literate = "2" -NamedDimsArrays = "0.8" +NamedDimsArrays = "0.8, 0.9" diff --git a/examples/Project.toml b/examples/Project.toml index ffafb6c..7a84e74 100644 --- a/examples/Project.toml +++ b/examples/Project.toml @@ -3,7 +3,10 @@ ITensorBase = "4795dd04-0d67-49bb-8f44-b89c448a1dc7" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" NamedDimsArrays = "60cbd0c0-df58-4cb7-918c-6f5607b73fde" +[sources] +ITensorBase = {path = ".."} + [compat] ITensorBase = "0.3" LinearAlgebra = "1.10" -NamedDimsArrays = "0.8" +NamedDimsArrays = "0.8, 0.9" diff --git a/test/Project.toml b/test/Project.toml index fdc016e..a7df4ec 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -10,11 +10,14 @@ Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb" TensorAlgebra = "68bd88dc-f39d-4e12-b2ca-f046b68fcc6a" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" +[sources] +ITensorBase = {path = ".."} + [compat] Aqua = "0.8.9" DiagonalArrays = "0.3" ITensorBase = "0.3" -NamedDimsArrays = "0.8" +NamedDimsArrays = "0.8, 0.9" SafeTestsets = "0.1" SparseArraysBase = "0.7" Suppressor = "0.2"