Skip to content

Commit

Permalink
Update compat (#13)
Browse files Browse the repository at this point in the history
Follow recommendation to have upper-bound on compat
versions.

* Support PrettyTables v0.6-0.8
* Support DataFrames v0.19-0.20
  • Loading branch information
darrencl authored Feb 21, 2020
1 parent 31de75b commit 3ac2b94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
julia = "1.2"
CSV = "0.5.18"
DataFrames = "0.19.4"
DataFrames = "0.19,0.20"
DataStructures = "0.17.5"
JSON = "0.21"
PrettyTables = "0.6"
PrettyTables = "0.6,0.7,0.8"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

2 comments on commit 3ac2b94

@darrencl
Copy link
Contributor 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/9787

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.2 -m "<description of version>" 3ac2b9477a51514fefda4714d3416c7136ffe029
git push origin v0.1.2

Please sign in to comment.