diff --git a/Project.toml b/Project.toml index a254a37..06d02cd 100644 --- a/Project.toml +++ b/Project.toml @@ -5,7 +5,7 @@ license = "MIT" authors = ["HaraldHofstaetter ", "Mattia Micheletta Merlin ", "Chris Rackauckas ", "JuliaSymbolics contributors"] description = "Symbolic integration algorithms for Julia" repository = "https://github.com/JuliaSymbolics/SymbolicIntegration.jl" -version = "3.1.0" +version = "3.2.0" [deps] AbstractAlgebra = "c3fe647b-3220-5bb0-a1ea-a7954cac585d" @@ -20,12 +20,12 @@ SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b" Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" [compat] -AbstractAlgebra = "0.46" +AbstractAlgebra = "0.46, 0.47" Combinatorics = "1.0.2" Elliptic = "1.0.1" FresnelIntegrals = "0.2.0" HypergeometricFunctions = "0.3.28" -Nemo = "0.51" +Nemo = "0.51, 0.52" PolyLog = "2.6.0" SymbolicUtils = "3" Symbolics = "6"