From 4109945a548fcfedbea55ecf4c142013b6ec2dcf Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 7 Nov 2025 01:55:11 +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 06d02cd..0ac8515 100644 --- a/Project.toml +++ b/Project.toml @@ -2,10 +2,10 @@ name = "SymbolicIntegration" uuid = "315ce56f-eed0-411d-ab8a-2fbdf9327b51" keywords = ["symbolic", "integration", "mathematics", "computer-algebra"] license = "MIT" +version = "3.2.0" authors = ["HaraldHofstaetter ", "Mattia Micheletta Merlin ", "Chris Rackauckas ", "JuliaSymbolics contributors"] description = "Symbolic integration algorithms for Julia" repository = "https://github.com/JuliaSymbolics/SymbolicIntegration.jl" -version = "3.2.0" [deps] AbstractAlgebra = "c3fe647b-3220-5bb0-a1ea-a7954cac585d" @@ -28,7 +28,7 @@ HypergeometricFunctions = "0.3.28" Nemo = "0.51, 0.52" PolyLog = "2.6.0" SymbolicUtils = "3" -Symbolics = "6" +Symbolics = "6, 7" julia = "1.10" [extras]