From 097b64e6e014c66373713478c6f8abffa223f774 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 7 Sep 2025 01:53:47 +0000 Subject: [PATCH] CompatHelper: bump compat for AbstractAlgebra to 0.47, (keep existing compat) --- Project.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index 0a04b2d..104e71e 100644 --- a/Project.toml +++ b/Project.toml @@ -1,11 +1,11 @@ name = "SymbolicIntegration" uuid = "315ce56f-eed0-411d-ab8a-2fbdf9327b51" +keywords = ["symbolic", "integration", "mathematics", "computer-algebra"] +license = "MIT" authors = ["HaraldHofstaetter ", "Chris Rackauckas ", "JuliaSymbolics contributors"] -version = "2.0.0" description = "Symbolic integration algorithms for Julia" repository = "https://github.com/JuliaSymbolics/SymbolicIntegration.jl" -license = "MIT" -keywords = ["symbolic", "integration", "mathematics", "computer-algebra"] +version = "2.0.0" [deps] AbstractAlgebra = "c3fe647b-3220-5bb0-a1ea-a7954cac585d" @@ -15,7 +15,7 @@ SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b" Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" [compat] -AbstractAlgebra = "0.46" +AbstractAlgebra = "0.46, 0.47" Nemo = "0.51" SymbolicUtils = "3" Symbolics = "6"