Skip to content

Commit

Permalink
Bump PyArrow to 14.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
prmoore77 committed Nov 9, 2023
1 parent 3e9265c commit 9a42c50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pandas==2.0.*
duckdb==0.9.1
click==8.1.*
pyarrow==14.0.0
pyarrow==14.0.1
adbc-driver-flightsql==0.7.*
adbc-driver-manager==0.7.*
2 changes: 1 addition & 1 deletion scripts/build_arrow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e
set -o pipefail

ARROW_VERSION=${1:-"apache-arrow-14.0.0"}
ARROW_VERSION=${1:-"apache-arrow-14.0.1"}
REMOVE_SOURCE_FILES=${2:-"N"}

echo "Variable: ARROW_VERSION=${ARROW_VERSION}"
Expand Down

0 comments on commit 9a42c50

Please sign in to comment.