Skip to content

Commit

Permalink
Merge pull request #155 from ArnoStrouwen/compat1.10
Browse files Browse the repository at this point in the history
Julia 1.10 compat maintenance
  • Loading branch information
ChrisRackauckas authored Dec 28, 2023
2 parents 6a1ac8a + 07ee58e commit 8ab675a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ ArrayInterface = "7.1"
ForwardDiff = "0.10.13"
GPUArraysCore = "0.1"
GenericSchur = "0.5.3"
LinearAlgebra = "1.9"
LinearAlgebra = "1.10"
Pkg = "1"
PrecompileTools = "1"
Printf = "1.9"
Printf = "1.10"
Random = "1"
SafeTestsets = "0.1"
SparseArrays = "1.9"
SparseArrays = "1.10"
StaticArrays = "1.2"
Test = "1"
julia = "1.9"
julia = "1.10"

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

0 comments on commit 8ab675a

Please sign in to comment.