From 7c3ddfc3b2fa649c1c36b7527894db8859e4e694 Mon Sep 17 00:00:00 2001 From: Matthew Fishman Date: Fri, 14 Aug 2026 15:55:26 -0400 Subject: [PATCH] Drop unused test dependencies Drops unused test dependencies: `SafeTestsets`, `SparseArraysBase`, `Suppressor`, and `TensorAlgebra`. --- Project.toml | 2 +- test/Project.toml | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/Project.toml b/Project.toml index dce5a90..6680757 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorNetworksNext" uuid = "302f2e75-49f0-4526-aef7-d8ba550cb06c" -version = "0.9.12" +version = "0.9.13" authors = ["ITensor developers and contributors"] [workspace] diff --git a/test/Project.toml b/test/Project.toml index a49dd6d..ab3dc4a 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -14,11 +14,7 @@ NamedGraphs = "678767b0-92e7-4007-89e4-4527a8725b19" OMEinsumContractionOrders = "6f22d1fd-8eed-4bb7-9776-e7d684900715" QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" -SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" -SparseArraysBase = "0d5efcca-f356-4864-8770-e1ed8d78f208" StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3" -Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb" -TensorAlgebra = "68bd88dc-f39d-4e12-b2ca-f046b68fcc6a" TensorKitSectors = "13a9c161-d5da-41f0-bcbd-e1a08ae0647f" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" @@ -40,10 +36,6 @@ NamedGraphs = "0.11, 0.12, 0.13" OMEinsumContractionOrders = "1" QuadGK = "2.11.2" Random = "1.10" -SafeTestsets = "0.1" -SparseArraysBase = "0.10.4" StableRNGs = "1" -Suppressor = "0.2.8" -TensorAlgebra = "0.16, 0.17" TensorKitSectors = "0.3" Test = "1.10"