Skip to content

Commit

Permalink
Update compat in Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Jun 18, 2019
1 parent c732718 commit 95cac89
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@ VisualRegressionTests = "34922c18-7c2a-561c-bac1-01e79b2c4c92"
test = ["Pkg", "VisualRegressionTests", "Test", "Plots", "ImageMagick", "QuartzImageIO", "Random"]

[compat]
GeoStatsBase = "≥ 0.5.0"
Distributions = "^0.20"
GeoStatsBase = "^0.5"
ImageFiltering = "^0.6"
RecipesBase = "^0.6"
julia = "1"

2 comments on commit 95cac89

@juliohm
Copy link
Member Author

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 updated: JuliaRegistries/General/1436

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.1 -m "<description of version>" 95cac89c1ab61849094995d853e238fdbeff5e6f
git push origin v0.1.1

Please sign in to comment.