Skip to content

Commit

Permalink
Merge pull request #24 from RafaelDavidMohr/compat
Browse files Browse the repository at this point in the history
add compat for LoopVectorization and StaticArrays
  • Loading branch information
ederc authored Oct 22, 2023
2 parents 0bb2521 + 1415833 commit 9b6f3ec
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 @@ -16,6 +16,8 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
msolve_jll = "6d01cc9a-e8f6-580e-8c54-544227e08205"

[compat]
LoopVectorization = "0.12"
Nemo = "0.35.1, 0.36, 0.37"
StaticArrays = "1"
julia = "1.6"
msolve_jll = "0.4.6"

2 comments on commit 9b6f3ec

@ederc
Copy link
Collaborator Author

@ederc ederc commented on 9b6f3ec Oct 22, 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/93850

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.3.7 -m "<description of version>" 9b6f3ec7326b92c094a2d74c25134b4900a57f9a
git push origin v0.3.7

Please sign in to comment.