Skip to content

Commit

Permalink
tighten Arrow compat bound to avoid surfacing DataFrames bug in test …
Browse files Browse the repository at this point in the history
  • Loading branch information
jrevels committed Mar 30, 2021
1 parent a477598 commit 5cea77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

[compat]
Arrow = "1.2.4"
Arrow = "~1.2.4"
CodecZstd = "0.6, 0.7"
ConstructionBase = "1.0"
MsgPack = "1.1"
Expand Down

0 comments on commit 5cea77f

Please sign in to comment.