From e80ce8d7fa7675d43423699913ccf0c8aaa43f83 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 14 Nov 2025 00:27:11 +0000 Subject: [PATCH] CompatHelper: add new compat entry for TensorCrossInterpolation at version 0.9, (keep existing compat) --- Project.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 33f008b..a8ede78 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "T4ATCIAlgorithms" uuid = "afea4b4e-08e0-4d7c-9da1-dbc7777ac29f" -authors = ["Hiroshi Shinaoka and contributors"] version = "0.5.0" +authors = ["Hiroshi Shinaoka and contributors"] [deps] Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b" @@ -18,6 +18,7 @@ EllipsisNotation = "1" OrderedCollections = "1" T4AQuantics = "0.5" T4ATensorCI = "0.10" +TensorCrossInterpolation = "0.9" julia = "1.10" [extras]