Skip to content

Commit

Permalink
add all compat entries
Browse files Browse the repository at this point in the history
  • Loading branch information
tknopp authored Jan 17, 2021
1 parent 5a9bd29 commit 37551e9
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,14 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
Compat = "≥ 0.60.0"
Graphics = "≥ 0.2.0"
Cairo = "1"
Colors = "0.12"
Compat = "3"
Graphics = "1"
Grisu = "1"
IniFile = "≥ 0.3.1"
NaNMath = "≥ 0.2.4"
StatsBase = "≥ 0.13.1"
julia = "≥ 0.7.0"
Gtk = "1.1"
IniFile = "0.5"
NaNMath = "0.2.4,0.3"
Reexport = "0.2"
StatsBase = "0.33.2"
julia = "1"

2 comments on commit 37551e9

@tknopp
Copy link
Collaborator Author

@tknopp tknopp commented on 37551e9 Jan 17, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@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 created: JuliaRegistries/General/28155

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.15.1 -m "<description of version>" 37551e90079fc081c7134286c691d4f476625bb0
git push origin v0.15.1

Please sign in to comment.