From 9861b1746198f9234e849fd12be6c2add0e77e9d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 8 Nov 2025 01:05:26 +0000 Subject: [PATCH] CompatHelper: bump compat for Symbolics to 7, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index f7956704..8f613e75 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Alea" uuid = "94eeadfc-1ba6-40b7-9ed8-dee71557d525" -authors = ["Guy Van den Broeck "] version = "0.1.0" +authors = ["Guy Van den Broeck "] [deps] BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" @@ -47,5 +47,5 @@ Plots = "1" PrecompileTools = "1" SymPy = "2.3.3" SymbolicNumericIntegration = "1" -Symbolics = "6" +Symbolics = "6, 7" julia = "1.11"