Skip to content

Commit

Permalink
Add missing compat entries
Browse files Browse the repository at this point in the history
  • Loading branch information
FriesischScott committed Aug 17, 2020
1 parent 74a9ffe commit 0cd1a7d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,9 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
DataFrames = "0.21"
Dierckx = "0.4"
Distributions = "0.23"
FiniteDifferences = "0.10"
Reexport = "0.2"
julia = "1"

2 comments on commit 0cd1a7d

@FriesischScott
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/19667

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.0 -m "<description of version>" 0cd1a7d0a4d755e6d1acf3d1c88a6345f6e92a0c
git push origin v0.1.0

Please sign in to comment.