Skip to content

Commit

Permalink
Add dependency compatibility (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
ojwoodford authored Sep 14, 2023
1 parent 4401f94 commit c626458
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 @@ -23,6 +23,7 @@ ForwardDiff = "0.10"
HybridArrays = "0.4"
IfElse = "0.1.1"
LDLFactorizations = "0.10"
OrderedCollections = "1.6.2"

This comment has been minimized.

Copy link
@ojwoodford

ojwoodford Sep 14, 2023

Author Owner
Static = "0.8.7"
StaticArrays = "1"
VisualGeometryDatasets = "0.2.1"
Expand Down

1 comment on commit c626458

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

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 v3.1.1 -m "<description of version>" c626458db87540febaf00fc9e0f994d0dd3270cd
git push origin v3.1.1

Please sign in to comment.