diff --git a/Project.toml b/Project.toml index 20231b8..5d3d28f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "TensorAlgebra" uuid = "68bd88dc-f39d-4e12-b2ca-f046b68fcc6a" authors = ["ITensor developers and contributors"] -version = "0.2.6" +version = "0.2.7" [deps] ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a" diff --git a/TODO.md b/TODO.md deleted file mode 100644 index f0c883f..0000000 --- a/TODO.md +++ /dev/null @@ -1,2 +0,0 @@ -- Add Aqua tests. -- Use latest version of TensorOperations.jl in tests. diff --git a/test/Project.toml b/test/Project.toml index 187c70e..a780342 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -2,7 +2,6 @@ Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e" EllipsisNotation = "da5c29d0-fa7d-589e-88eb-ea29b0a81949" -GradedUnitRanges = "e2de450a-8a67-46c7-b59c-01d5a3d041c5" JLArrays = "27aeb0d3-9eb9-45fb-866b-73c2ecf80fcb" LabelledNumbers = "f856a3a6-4152-4ec4-b2a7-02c1a55d7993" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" @@ -22,7 +21,6 @@ TestExtras = "5ed8adda-3752-4e41-b88a-e8b09835ee3a" Aqua = "0.8.9" BlockArrays = "1.4.0" EllipsisNotation = "1.8.0" -GradedUnitRanges = "0.2" JLArrays = "0.2.0" LabelledNumbers = "0.1.1" LinearAlgebra = "<0.0.1, 1" @@ -34,6 +32,6 @@ StableRNGs = "1.0.2" Suppressor = "0.2" SymmetrySectors = "0.1" TensorAlgebra = "0.2.0" -TensorOperations = "5.1.3" +TensorOperations = "5.1.4" Test = "1.10" TestExtras = "0.3.1"