Skip to content

Commit

Permalink
compat fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thorek1 committed Jan 7, 2023
1 parent d68c1c7 commit da4bec3
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 @@ -33,6 +33,7 @@ SymPy = "24249f21-da20-56a4-8eb1-6a02cf4ae2e6"
AxisKeys = "^0.2"
BlockTriangularForm = "^0.1"
ComponentArrays = "^0.13"
DataStructures = "^0.18"
DocStringExtensions = "^0.9"
FiniteDifferences = "^0.12"
ForwardDiff = "^0.10"
Expand Down

2 comments on commit da4bec3

@thorek1
Copy link
Owner Author

@thorek1 thorek1 commented on da4bec3 Jan 7, 2023

Choose a reason for hiding this comment

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

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

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.1 -m "<description of version>" da4bec3c67971c20ac70086c7db5a9cbf19224d1
git push origin v0.1.1

Please sign in to comment.