Skip to content

Commit

Permalink
add compat for chunksplitters
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebeggs authored Oct 11, 2023
1 parent a0f153f commit 306c7ce
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 @@ -16,6 +16,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
SymRCM = "286e6d88-80af-4590-acc9-0001b223b9bd"

[compat]
ChunkSplitters = "2.0"
Combinatorics = "1.0"
Distances = "0.10"
LoopVectorization = "0.12"
Expand Down

4 comments on commit 306c7ce

@kylebeggs
Copy link
Owner 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.

Error while trying to register: "Tag with name v0.1.4 already exists and points to a different commit"

@kylebeggs
Copy link
Owner 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/93259

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.4 -m "<description of version>" 306c7ce862dcdb5afd5531980172ef35792cb9d1
git push origin v0.1.4

Please sign in to comment.