Skip to content

Commit

Permalink
Added [compat] section to Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Odd committed Dec 27, 2024
1 parent f798627 commit 14b1a04
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,19 @@ OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
ColorSchemes = "3.24"
Colors = "0.12.10"
DifferentialEquations = "7.13"
GeometryBasics = "0.4.10"
GraphPlot = "0.5.2"
Graphs = "1.9"
Interpolations = "0.15.1"
Makie = "0.20.8"
OffsetArrays = "1.13"
Roots = "2.1.2"
DelimitedFiles = "1.9.1"
SparseArrays = "1.10.0"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit 14b1a04

@Oddan
Copy link
Collaborator

@Oddan Oddan commented on 14b1a04 Dec 27, 2024

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

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

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

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 v1.0.0 -m "<description of version>" 14b1a045b0d34d771e9af1562d0724c6baec8bf9
git push origin v1.0.0

Please sign in to comment.