Skip to content

Commit

Permalink
specify compiler and package compatibilities (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
bicycle1885 authored Apr 29, 2019
1 parent b51afed commit 045f332
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,11 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]

[compat]
julia = "1"
CodecXz = ">= 0.5"
CodecZlib = ">= 0.5"
CodecZstd = ">= 0.5"
DataFrames = ">= 0.17"
TranscodingStreams = ">= 0.9"

0 comments on commit 045f332

Please sign in to comment.