Skip to content

Commit

Permalink
Bump pyarrow from 7.0.0 to 14.0.1 in /runtime/python
Browse files Browse the repository at this point in the history
Bumps [pyarrow](https://github.com/apache/arrow) from 7.0.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 7afc65e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/python/setup.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,12 @@ def initialize_options(self):
install_requires=[
'numpy >= 1.14',
'pandas',
'pyarrow == 7.0.0',
'pyarrow == 14.0.1',
],
setup_requires=[
'cython',
'numpy',
'pyarrow == 7.0.0',
'pyarrow == 14.0.1',
'plumbum',
'pytest-runner'
],
Expand Down

0 comments on commit 7afc65e

Please sign in to comment.