Skip to content

Commit

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

* CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat)

* set compat to v1.6

* Undo version bump

* Add compat for LinearAlgebra and SparseArrays

* Add compat for Random

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Jishnu Bhattacharya <[email protected]>
  • Loading branch information
3 people authored Nov 3, 2023
1 parent 7036a50 commit 21bd031
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ FillArraysStatisticsExt = "Statistics"

[compat]
Aqua = "0.5, 0.6, 0.7"
LinearAlgebra = "1.6"
Random = "1.6"
SparseArrays = "1.6"
Statistics = "1.6"
julia = "1.6"

[extras]
Expand Down

0 comments on commit 21bd031

Please sign in to comment.