Skip to content

Commit

Permalink
fix compat
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelJuillard committed Oct 4, 2024
1 parent 96388fb commit 730913a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ Tasmanian_jll = "5b6edb9a-6f5c-5561-95ad-cece0030cdd0"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
CEnum = "0.5"
Documenter = "1"
LinearAlgebra = "1.10"
Plots = "1"
Random = "1.10"
SparseArrays = "1.10.0"
Tasmanian_jll = "8.0.2"
Test = "1.6.3, 1.10"
Expand Down

2 comments on commit 730913a

@MichelJuillard
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 register

Release notes:

RELEASE NOTES

  • initial files

@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/116595

Tagging

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>" 730913a3bdc91ed6c0f5e801c4795ea841ecde22
git push origin v0.1.0

Please sign in to comment.