Skip to content

Commit

Permalink
compat edits
Browse files Browse the repository at this point in the history
  • Loading branch information
aarontrowbridge committed Apr 10, 2023
1 parent a2b1cb7 commit 331947d
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 @@ -39,6 +39,8 @@ Distributions = "0.25"
Documenter = "0.27"
ExponentialAction = "0.2"
ForwardDiff = "0.10"
FiniteDiff = "2.19"
Einsum = "0.4"
HDF5 = "0.16"
IJulia = "1.24"
Ipopt = "1.2"
Expand All @@ -48,6 +50,7 @@ LiveServer = "1.1"
Makie = "0.19.4"
Manifolds = "0.8"
MathOptInterface = "1.13"
TrajectoryIndexingUtils = "0.1"
NamedTrajectories = "0.1.1"
Reexport = "1.2"
Revise = "3.5"
Expand Down

2 comments on commit 331947d

@aarontrowbridge
Copy link
Collaborator Author

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

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.2 -m "<description of version>" 331947d85d5a117e701c79695d1f3d14d0e2b5e1
git push origin v0.1.2

Please sign in to comment.