Skip to content

Commit

Permalink
Add upper bound for IterTools
Browse files Browse the repository at this point in the history
  • Loading branch information
meggart committed Mar 8, 2021
1 parent f1f187f commit 28584ab
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 @@ -12,6 +12,7 @@ OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
[compat]
DiskArrays = "0.2.4"
Interpolations = "0.12"
IterTools = "1"
OffsetArrays = "1"
julia = "1.3"

Expand Down

2 comments on commit 28584ab

@meggart
Copy link
Owner Author

@meggart meggart commented on 28584ab Mar 8, 2021

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/31502

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>" 28584ab13c440ea3af0f719a2eb2987572fa3320
git push origin v0.1.1

Please sign in to comment.