Skip to content

Commit

Permalink
Merge pull request #223 from SciML/ChrisRackauckas-patch-2
Browse files Browse the repository at this point in the history
Bump to v1.10 and fix Downgrade CI
  • Loading branch information
ChrisRackauckas authored Jan 27, 2024
2 parents 8c0ff32 + cab7639 commit 0343248
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Integrals"
uuid = "de52edbc-65ea-441a-8357-d3a637375a31"
authors = ["Chris Rackauckas <[email protected]>"]
version = "4.1.0"
version = "4.2.0"

[deps]
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 0343248

Please sign in to comment.