Skip to content

Commit

Permalink
Julia 1.10 compat maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnoStrouwen committed Dec 28, 2023
1 parent fb53ec7 commit 3fd8d0b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@ Flux = "0.13"
ForwardDiff = "0.10.19"
GLM = "1.5"
IterativeSolvers = "0.9"
LinearAlgebra = "1.9"
LinearAlgebra = "1.10"
PolyChaos = "0.2.5"
Pkg = "1"
QuadGK = "2.4"
QuasiMonteCarlo = "0.3.1"
SafeTestsets = "0.1"
SparseArrays = "1.9"
Statistics = "1.9"
SparseArrays = "1.10"
Statistics = "1.10"
Test = "1"
Tracker = "0.2.18"
Zygote = "0.6.36"
julia = "1.9"
Zygote = "0.6.62"
julia = "1.10"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Expand Down

0 comments on commit 3fd8d0b

Please sign in to comment.