From 651f143803b86409d0b7660f1146a9f0f91dbae5 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 22 Nov 2024 03:28:41 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Tables at version 1 for package downstream, (keep existing compat) --- test/downstream/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/downstream/Project.toml b/test/downstream/Project.toml index 5740bc9a7..de734a2d2 100644 --- a/test/downstream/Project.toml +++ b/test/downstream/Project.toml @@ -49,5 +49,6 @@ StochasticDiffEq = "6" Sundials = "4.11" SymbolicIndexingInterface = "0.3" SymbolicUtils = "<1.6, 2, 3" +Tables = "1" Unitful = "1.12" Zygote = "0.6"