Skip to content

Commit

Permalink
Bump lower bound of v6 ArrayInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Feb 25, 2023
1 parent 8e8c1da commit f32e596
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "NonlinearSolve"
uuid = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
authors = ["SciML"]
version = "1.4.0"
version = "1.5.0"

[deps]
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
Expand All @@ -21,7 +21,7 @@ StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"

[compat]
ArrayInterface = "6, 7"
ArrayInterface = "6.0.24, 7"
DiffEqBase = "6"
FiniteDiff = "2"
ForwardDiff = "0.10.3"
Expand Down

0 comments on commit f32e596

Please sign in to comment.