diff --git a/Project.toml b/Project.toml index 76c07a2..d5645cc 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 = "2.0.0" authors = ["HaraldHofstaetter ", "Mattia Micheletta Merlin ", "Chris Rackauckas ", "JuliaSymbolics contributors"] description = "Symbolic integration algorithms for Julia" repository = "https://github.com/JuliaSymbolics/SymbolicIntegration.jl" -version = "2.0.0" [deps] AbstractAlgebra = "c3fe647b-3220-5bb0-a1ea-a7954cac585d" @@ -28,7 +28,7 @@ HypergeometricFunctions = "0.3.28" Nemo = "0.51" PolyLog = "2.6.0" SymbolicUtils = "3" -Symbolics = "6" +Symbolics = "6, 7" julia = "1.10" [extras]