Skip to content

Commit

Permalink
Add compat entries for LinearAlgebra, SparseArrays
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Nov 1, 2023
1 parent 94f71be commit 1b356a9
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 @@ -19,7 +19,9 @@ AbstractTrees = "0.3, 0.4"
Dictionaries = "0.3"
Graphs = "1.8"
GraphsFlows = "0.1.1"
LinearAlgebra = "1.7"
SimpleTraits = "0.9"
SparseArrays = "1.7"
SplitApplyCombine = "1.2.2"
SymRCM = "0.2.1"
julia = "1.7"
Expand Down

2 comments on commit 1b356a9

@mtfishman
Copy link
Member 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/94600

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.15 -m "<description of version>" 1b356a9cd31dca18e1762fdff30989bd042eebd2
git push origin v0.1.15

Please sign in to comment.