Skip to content

Commit

Permalink
Bump pyarrow from 7.0 to 14.0.1 in /codegen/python
Browse files Browse the repository at this point in the history
Bumps [pyarrow](https://github.com/apache/arrow) from 7.0 to 14.0.1.
- [Commits](apache/arrow@go/v7.0.0...apache-arrow-14.0.1)

---
updated-dependencies:
- dependency-name: pyarrow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 9, 2023
1 parent 09d2ff3 commit 53eb252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codegen/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def initialize_options(self):
install_requires=[
'numpy >= 1.14',
'pandas',
'pyarrow == 7.0',
'pyarrow == 14.0.1',
],
setup_requires=[
'cython',
Expand Down

0 comments on commit 53eb252

Please sign in to comment.