Skip to content

Commit

Permalink
Fix weakdep error in Julia 1.7
Browse files Browse the repository at this point in the history
(extensions still not supported, but shoudn't prevent main package installation)
  • Loading branch information
sefffal committed Jun 11, 2024
1 parent 484a858 commit aba1af3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,5 @@ julia = "1.7.0"

[extras]
MCMCChains = "c7f686f2-ff18-58e9-bc7b-31028e88f75d"
DynamicQuantities = "06fc5a27-2a28-4c7c-a15d-362465fb6821"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

4 comments on commit aba1af3

@sefffal
Copy link
Owner Author

@sefffal sefffal commented on aba1af3 Jul 9, 2024

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 created: JuliaRegistries/General/110777

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 v2.7.4 -m "<description of version>" aba1af33ec1833ae7979810924a9ca235e0f7f89
git push origin v2.7.4

@sefffal
Copy link
Owner Author

@sefffal sefffal commented on aba1af3 Jul 9, 2024

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:
Drop unused package dependency

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

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 v2.7.4 -m "<description of version>" aba1af33ec1833ae7979810924a9ca235e0f7f89
git push origin v2.7.4

Please sign in to comment.