Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version and clean up dependency compat #254

Merged
merged 1 commit into from
Jun 26, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name = "IndexedTables"
uuid = "6deec6e2-d858-57c5-ab9b-e6ca5bd20e43"
version = "0.12.1"

[deps]
DataValues = "e7dc6d0d-1eca-5fa6-8ad6-5aecde8b7ea5"
Expand All @@ -16,14 +17,14 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
WeakRefStrings = "ea10d353-3f73-51f8-a26c-33c1cb351aa5"

[compat]
DataValues = "0.4.6"
IteratorInterfaceExtensions = "^0.1, ^1"
OnlineStatsBase = "0.9.1"
PooledArrays = "0.4.1"
StructArrays = "0.3.2"
TableTraits = "^0.3, ^0.4, ^1"
WeakRefStrings = " 0.5.7"
Tables = "≥ 0.2.4"
DataValues = "0.4.6"
IteratorInterfaceExtensions = "0.1.1, 1"
Copy link
Contributor

Choose a reason for hiding this comment

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

I don’t think this needs to be bumped to 0.1.1, the previous 0.1 should be fine.

Copy link
Member Author

Choose a reason for hiding this comment

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

Ah, I just copied what was in DataFrames

OnlineStatsBase = "0.9.1, 0.10, 0.11, 0.12, 0.13"
PooledArrays = "0.4.1, 0.5"
StructArrays = "0.3.2"
Tables = "0.2.4"
TableTraits = "0.3, 0.4, 1"
WeakRefStrings = "0.5.7, 0.6"
julia = "1"

[extras]
Expand Down