Skip to content

Commit

Permalink
Feature/ Upgrade to Arrow 14 (#409)
Browse files Browse the repository at this point in the history
* Update Apache Arrow for Java to 14.0.2

* Update Apache Arrow for Python to 14.0.2
  • Loading branch information
Martin Traverse authored Jan 14, 2024
1 parent ff14343 commit 37ea0e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ext {
gapi_version = '2.20.0'

// Data technologies
arrow_version = '13.0.0'
arrow_version = '14.0.2'
jackson_version = '2.15.2'
jackson_databind_version = '2.15.2'

Expand Down
2 changes: 1 addition & 1 deletion tracdap-runtime/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
protobuf == 4.23.2

# Core data framework is based on Arrow
pyarrow == 13.0.0
pyarrow == 14.0.2

# PyYAML is used to load config supplied in YAML format
pyyaml == 6.0
Expand Down
2 changes: 1 addition & 1 deletion tracdap-runtime/python/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ python_requires = >= 3.8, < 3.12

install_requires =
protobuf == 4.23.2
pyarrow == 13.0.0
pyarrow == 14.0.2
pyyaml == 6.0.0
dulwich == 0.21.5
requests == 2.31.0
Expand Down

0 comments on commit 37ea0e5

Please sign in to comment.