Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice authored Nov 9, 2023
1 parent f75df81 commit 9ac791c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -281,12 +281,14 @@ dependencies:
- output_types: conda
packages:
# Allow runtime version to float up to minor version
# Disallow libarrow 14.0.0 due to a CVE
- libarrow-all>=14.0.1,<15.0.0a0
pyarrow_run:
common:
- output_types: [conda, requirements, pyproject]
packages:
# Allow runtime version to float up to minor version
# Disallow pyarrow 14.0.0 due to a CVE
- pyarrow>=14.0.1,<15.0.0a0
cudatoolkit:
specific:
Expand Down

0 comments on commit 9ac791c

Please sign in to comment.