Skip to content

Commit

Permalink
Merge pull request #75 from ntnu-ai-lab/evo-13
Browse files Browse the repository at this point in the history
Added compatibility requirements for UnicodePlots and BenchmarkTools
  • Loading branch information
saxarona authored Sep 12, 2023
2 parents 0a27fcf + 8fc172c commit edf1fbb
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 @@ -17,10 +17,12 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"

[compat]
BenchmarkTools = "1.3"
Distributions = "0.25"
Documenter = "0.27"
NamedTupleTools = "0.14"
OrderedCollections = "1.6"
StableRNGs = "1.0"
StatsBase = "0.33"
UnicodePlots = "3.6"
julia = "1.7"

2 comments on commit edf1fbb

@saxarona
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/91227

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 v1.3.0 -m "<description of version>" edf1fbbf04ef06397d1dd89d363a51efbeb0ac2c
git push origin v1.3.0

Please sign in to comment.