From 6a1c5126a832d011469644e8bb80f78245b93f5e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 2 Dec 2025 01:59:30 +0000 Subject: [PATCH] CompatHelper: bump compat for Nemo to 0.53, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 06d02cd..03050ca 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" @@ -25,7 +25,7 @@ Combinatorics = "1.0.2" Elliptic = "1.0.1" FresnelIntegrals = "0.2.0" HypergeometricFunctions = "0.3.28" -Nemo = "0.51, 0.52" +Nemo = "0.51, 0.52, 0.53" PolyLog = "2.6.0" SymbolicUtils = "3" Symbolics = "6"