Skip to content

Commit

Permalink
CompatHelper: add new compat entry for SuiteSparseGraphBLAS at versio…
Browse files Browse the repository at this point in the history
…n 0.10, (keep existing compat) (#3)

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Krishna Praneet Gudipaty <[email protected]>
  • Loading branch information
3 people authored Sep 26, 2023
1 parent dcbbdde commit a79f3c5
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 @@ -14,6 +14,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
SuiteSparseGraphBLAS = "c2e53296-7b14-11e9-1210-bddfa8111e1d"

[compat]
SuiteSparseGraphBLAS = "0.10"
DelimitedFiles = "1"
PyPlot = "2"
RowEchelon = "0.2"
Expand Down

2 comments on commit a79f3c5

@krishna-praneet
Copy link
Contributor

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/92196

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.0 -m "<description of version>" a79f3c573108b2ddc7f67ca8d73d3e140911fe51
git push origin v0.1.0

Please sign in to comment.