From 474ff6450dd57280810dff2a2f9f47f9753c2e63 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 7 Sep 2025 01:53:50 +0000 Subject: [PATCH] CompatHelper: bump compat for Nemo to 0.52, (keep existing compat) --- Project.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index 0a04b2d..d25a724 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" @@ -16,7 +16,7 @@ Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" [compat] AbstractAlgebra = "0.46" -Nemo = "0.51" +Nemo = "0.51, 0.52" SymbolicUtils = "3" Symbolics = "6" julia = "1.10"