Skip to content

Commit

Permalink
Add compat for ForwardDiff
Browse files Browse the repository at this point in the history
  • Loading branch information
henry2004y committed Jun 2, 2024
1 parent 9d91739 commit 1119414
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 @@ -20,6 +20,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
ChunkSplitters = "2"
Elliptic = "1"
ForwardDiff = "0.10"
Interpolations = "0.14, 0.15"
Meshes = "0.43"
PrecompileTools = "1"
Expand Down

2 comments on commit 1119414

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

Release notes:

Adding guiding center approximation tracing.

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

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.11.0 -m "<description of version>" 1119414be27fc9cb084bfa49cde3182998a065cc
git push origin v0.11.0

Please sign in to comment.