Skip to content

Commit

Permalink
Bump to v1.10 and fix Downgrade CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Jan 27, 2024
1 parent 8c0ff32 commit 4e00313
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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 @@ -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"
Expand Down

0 comments on commit 4e00313

Please sign in to comment.