diff --git a/Project.toml b/Project.toml index 2ede4ed..7ae4959 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Integrals" uuid = "de52edbc-65ea-441a-8357-d3a637375a31" authors = ["Chris Rackauckas "] -version = "4.1.0" +version = "4.2.0" [deps] CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2" @@ -41,20 +41,20 @@ Cubature = "1.5" Distributions = "0.25.87" FastGaussQuadrature = "0.5,1" FiniteDiff = "2.12" -ForwardDiff = "0.10.19" +ForwardDiff = "0.10.36" HCubature = "1.5" -LinearAlgebra = "1.9" +LinearAlgebra = "1.10" MCIntegration = "0.4.2" -MonteCarloIntegration = "0.0.3, 0.1" -Pkg = "1" +MonteCarloIntegration = "0.1" +Pkg = "1.10" QuadGK = "2.9" Reexport = "1.0" SafeTestsets = "0.1" SciMLBase = "2.6" StaticArrays = "1" -Test = "1" -Zygote = "0.6.60" -julia = "1.9" +Test = "1.10" +Zygote = "0.6.69" +julia = "1.10" [extras] Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"