Skip to content

Commit 0343248

Browse files
Merge pull request #223 from SciML/ChrisRackauckas-patch-2
Bump to v1.10 and fix Downgrade CI
2 parents 8c0ff32 + cab7639 commit 0343248

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Project.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Integrals"
22
uuid = "de52edbc-65ea-441a-8357-d3a637375a31"
33
authors = ["Chris Rackauckas <accounts@chrisrackauckas.com>"]
4-
version = "4.1.0"
4+
version = "4.2.0"
55

66
[deps]
77
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
@@ -41,20 +41,20 @@ Cubature = "1.5"
4141
Distributions = "0.25.87"
4242
FastGaussQuadrature = "0.5,1"
4343
FiniteDiff = "2.12"
44-
ForwardDiff = "0.10.19"
44+
ForwardDiff = "0.10.36"
4545
HCubature = "1.5"
46-
LinearAlgebra = "1.9"
46+
LinearAlgebra = "1.10"
4747
MCIntegration = "0.4.2"
48-
MonteCarloIntegration = "0.0.3, 0.1"
49-
Pkg = "1"
48+
MonteCarloIntegration = "0.1"
49+
Pkg = "1.10"
5050
QuadGK = "2.9"
5151
Reexport = "1.0"
5252
SafeTestsets = "0.1"
5353
SciMLBase = "2.6"
5454
StaticArrays = "1"
55-
Test = "1"
56-
Zygote = "0.6.60"
57-
julia = "1.9"
55+
Test = "1.10"
56+
Zygote = "0.6.69"
57+
julia = "1.10"
5858

5959
[extras]
6060
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

0 commit comments

Comments
 (0)