Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Add LinearAlgebra compat entry
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanaelbosch committed Nov 1, 2023
1 parent 4842d2a commit 85202f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
Distributions = "0.25"
LinearAlgebra = "1"
ProbNumDiffEq = "0.11,0.12,0.13"
SimpleUnPack = "1"
Statistics = "1"
Expand Down

2 comments on commit 85202f4

@nathanaelbosch
Copy link
Owner Author

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 updated: JuliaRegistries/General/94415

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 v0.1.8 -m "<description of version>" 85202f4012dda4d517d46fc01c497641f7d216a2
git push origin v0.1.8

Please sign in to comment.