Skip to content

Commit

Permalink
Merge pull request #100 from sumiya11/patch-3
Browse files Browse the repository at this point in the history
Add Nemo compat
  • Loading branch information
alexeyovchinnikov authored Jun 19, 2024
2 parents c5cdca3 + 3c935f2 commit 44cde6c
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 @@ -37,6 +37,7 @@ Groebner = "0.6, 0.7"
HomotopyContinuation = "2"
LinearSolve = "2"
ModelingToolkit = "9"
Nemo = "0.40 - 0.43"
OrderedCollections = "1"
PrecompileTools = "1"
ProgressMeter = "1"
Expand Down

2 comments on commit 44cde6c

@alexeyovchinnikov
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
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/109308

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 v0.4.0 -m "<description of version>" 44cde6c2089ff1e0ae784e4e9ffe83ee4ede0fab
git push origin v0.4.0

Please sign in to comment.