Skip to content

Commit

Permalink
Add compat 1 to Statistics and LinearAlgebra (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
KnutAM authored Oct 31, 2023
1 parent 66441c0 commit 258540f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ ForwardDiff = "0.10"
SIMD = "2, 3"
PrecompileTools = "1"
StaticArrays = "1"
LinearAlgebra = "1"
Statistics = "1"
julia = "1"

[extras]
Expand Down

2 comments on commit 258540f

@fredrikekre
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/94524

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.16.1 -m "<description of version>" 258540f0879d8e4af67700b135ffe8806eaa516e
git push origin v1.16.1

Please sign in to comment.