Skip to content

Commit

Permalink
Added compat for Tables.jl
Browse files Browse the repository at this point in the history
Not sure what's the best lower bound so I went with the same lower bound as DataFrames.jl
  • Loading branch information
tk3369 authored Jan 2, 2020
1 parent ae6caed commit 853eb78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ TabularDisplay = "3eeacb1d-13c2-54cc-9b18-30c86af3cadb"
[compat]
StringEncodings = "0.3"
TabularDisplay = "1"
Tables = "0.2.3"
julia = "1"

[extras]
Expand Down

3 comments on commit 853eb78

@tk3369
Copy link
Owner Author

@tk3369 tk3369 commented on 853eb78 Jan 2, 2020

Choose a reason for hiding this comment

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

@JuliaRegister register

@tk3369
Copy link
Owner Author

@tk3369 tk3369 commented on 853eb78 Jan 3, 2020

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/7456

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 v1.1.0 -m "<description of version>" 853eb78bda40259b2ee471d4c1a1796bed96d55c
git push origin v1.1.0

Please sign in to comment.