Skip to content

Commit 3085081

Browse files
Merge pull request #46 from JuliaSymbolics/ChrisRackauckas-patch-1
Bump version to 3.2.0 and update compat entries
2 parents a5323ae + 70b5c6d commit 3085081

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license = "MIT"
55
authors = ["HaraldHofstaetter <[email protected]>", "Mattia Micheletta Merlin <[email protected]>", "Chris Rackauckas <[email protected]>", "JuliaSymbolics contributors"]
66
description = "Symbolic integration algorithms for Julia"
77
repository = "https://github.com/JuliaSymbolics/SymbolicIntegration.jl"
8-
version = "3.1.0"
8+
version = "3.2.0"
99

1010
[deps]
1111
AbstractAlgebra = "c3fe647b-3220-5bb0-a1ea-a7954cac585d"
@@ -20,12 +20,12 @@ SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b"
2020
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
2121

2222
[compat]
23-
AbstractAlgebra = "0.46"
23+
AbstractAlgebra = "0.46, 0.47"
2424
Combinatorics = "1.0.2"
2525
Elliptic = "1.0.1"
2626
FresnelIntegrals = "0.2.0"
2727
HypergeometricFunctions = "0.3.28"
28-
Nemo = "0.51"
28+
Nemo = "0.51, 0.52"
2929
PolyLog = "2.6.0"
3030
SymbolicUtils = "3"
3131
Symbolics = "6"

0 commit comments

Comments
 (0)