From 4e00313755d7ffba67dc8b918caf498540244ffc Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sat, 27 Jan 2024 04:11:57 -0500 Subject: [PATCH 1/3] Bump to v1.10 and fix Downgrade CI --- Project.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Project.toml b/Project.toml index 2ede4ed..9498f93 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" @@ -43,18 +43,18 @@ FastGaussQuadrature = "0.5,1" FiniteDiff = "2.12" ForwardDiff = "0.10.19" 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" +Test = "1.10" Zygote = "0.6.60" -julia = "1.9" +julia = "1.10" [extras] Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" From 13510fec6f757a8ba854ea7fd725805c2eb1c98d Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sat, 27 Jan 2024 04:25:46 -0500 Subject: [PATCH 2/3] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9498f93..ccff441 100644 --- a/Project.toml +++ b/Project.toml @@ -41,7 +41,7 @@ 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.10" MCIntegration = "0.4.2" From cab763972be8ca3e82b137ad7f9fa32ccb0c7072 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sat, 27 Jan 2024 06:08:46 -0500 Subject: [PATCH 3/3] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ccff441..7ae4959 100644 --- a/Project.toml +++ b/Project.toml @@ -53,7 +53,7 @@ SafeTestsets = "0.1" SciMLBase = "2.6" StaticArrays = "1" Test = "1.10" -Zygote = "0.6.60" +Zygote = "0.6.69" julia = "1.10" [extras]