From 2e129954a934a29cfbc9976e90a36aef109c131b Mon Sep 17 00:00:00 2001 From: mtfishman Date: Tue, 26 Nov 2024 20:58:47 -0500 Subject: [PATCH] Update Project --- Project.toml | 20 ++++++++++++++++---- docs/Project.toml | 2 +- docs/make.jl | 4 +++- examples/Project.toml | 2 +- 4 files changed, 21 insertions(+), 7 deletions(-) diff --git a/Project.toml b/Project.toml index 5ff9c66..5527ff9 100644 --- a/Project.toml +++ b/Project.toml @@ -1,4 +1,16 @@ -[deps] -BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e" -EllipsisNotation = "da5c29d0-fa7d-589e-88eb-ea29b0a81949" -LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +name = "TensorAlgebra" +uuid = "68bd88dc-f39d-4e12-b2ca-f046b68fcc6a" +authors = ["ITensor developers and contributors"] +version = "0.1.0" + +[compat] +Aqua = "0.8.9" +Test = "1.10" +julia = "1.10" + +[extras] +Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" + +[targets] +test = ["Aqua", "Test"] diff --git a/docs/Project.toml b/docs/Project.toml index 65993f0..938f73a 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -1,4 +1,4 @@ [deps] -TensorAlgebra = "522e5e26-9d46-4ffb-b8f3-1bf8568f0950" +TensorAlgebra = "68bd88dc-f39d-4e12-b2ca-f046b68fcc6a" Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306" diff --git a/docs/make.jl b/docs/make.jl index 8d582b7..5f9a223 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -1,7 +1,9 @@ using TensorAlgebra: TensorAlgebra using Documenter: Documenter, DocMeta, deploydocs, makedocs -DocMeta.setdocmeta!(TensorAlgebra, :DocTestSetup, :(using TensorAlgebra); recursive=true) +DocMeta.setdocmeta!( + TensorAlgebra, :DocTestSetup, :(using TensorAlgebra); recursive=true +) include("make_index.jl") diff --git a/examples/Project.toml b/examples/Project.toml index 0d5a5ea..283841d 100644 --- a/examples/Project.toml +++ b/examples/Project.toml @@ -1,2 +1,2 @@ [deps] -TensorAlgebra = "522e5e26-9d46-4ffb-b8f3-1bf8568f0950" +TensorAlgebra = "68bd88dc-f39d-4e12-b2ca-f046b68fcc6a"