Skip to content

Commit

Permalink
ci: fix conan recipe revisions
Browse files Browse the repository at this point in the history
  • Loading branch information
dvirtz committed Oct 13, 2023
1 parent 547ac84 commit bf15cd1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/parquet-reader/conanfile.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
[requires]
arrow/10.0.0
fmt/9.1.0
arrow/10.0.0#bf52330e61e346534d8237300ba8bd68
fmt/9.1.0#f79808141cb396759a829be09dd5592c

[generators]
CMakeDeps

[options]
arrow/*:parquet=True
arrow/*:with_snappy=True
arrow/*:with_boost=True
arrow/*:with_thrift=True
arrow/*:with_snappy=True
arrow/*:with_re2=True
arrow/*:with_zstd=True

0 comments on commit bf15cd1

Please sign in to comment.