From 9cf693889c646b9d6bdb0d0d43a56064a0a2df13 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 23 Apr 2025 00:25:39 +0000 Subject: [PATCH] CompatHelper: bump compat for PartitionedMPSs in [weakdeps] to 0.6, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 36a8c43..c6adebb 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ EllipsisNotation = "1" FastMPOContractions = "^0.2.2" ITensorMPS = "0.3.1" ITensors = "0.7" -PartitionedMPSs = "0.5.2" +PartitionedMPSs = "0.5.2, 0.6" QuanticsTCI = "0.7" SparseIR = "^0.96, 0.97, 1" StaticArrays = "1"