Skip to content

Commit

Permalink
Pin orc=1.7.*.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Dec 14, 2022
1 parent db4c867 commit 88600c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda/environments/all_cuda-115_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ dependencies:
- numpydoc
- nvcc_linux-64=11.5
- nvtx>=0.2.1
- orc=1.7.*
- packaging
- pandas>=1.0,<1.6.0dev0
- pandoc<=2.0.0
Expand Down
5 changes: 5 additions & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,11 @@ dependencies:
- python-snappy>=0.6.0
- s3fs>=2022.3.0
- scipy
# TODO: This is a temporary orc pinning to ensure we get an older
# pyarrow 9 build. There is something wrong with the latest pyarrow 9
# build that causes conflicts on ARM. We should remove this pinning
# after migrating to Arrow 10, and probably update protobuf as well.
- orc=1.7.*
specific:
- output_types: conda
matrices:
Expand Down

0 comments on commit 88600c4

Please sign in to comment.