Skip to content

Commit

Permalink
CompatHelper: add new compat entry for FillArrays at version 1, (keep…
Browse files Browse the repository at this point in the history
… existing compat) (#4)

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Sheehan Olver <[email protected]>
  • Loading branch information
3 people authored Aug 14, 2024
1 parent a9a55e7 commit cb1ba76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ RecurrenceRelationshipsFillArraysExt = "FillArrays"
RecurrenceRelationshipsLazyArraysExt = "LazyArrays"

[compat]
LazyArrays = "2"
FillArrays = "1"
LazyArrays = "1, 2"
SpecialFunctions = "1, 2"
julia = "1.6"

Expand Down

0 comments on commit cb1ba76

Please sign in to comment.