Skip to content

Commit

Permalink
Update CI to use latest versions of pyarrow and numpy. Drop pyarrow 4…
Browse files Browse the repository at this point in the history
… test config.

Does not seem to be anything special in pyarrow 4, so dropped it.
  • Loading branch information
Yevgeni Litvin committed Sep 15, 2022
1 parent 4e80f2b commit d723167
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,11 @@ jobs:
PYSPARK_VERSION: "3.0.0"
ARROW_PRE_0_15_IPC_FORMAT: 0
PY: "3.7"
- config: pyarrow-4.0
PYARROW_VERSION: "4.0.0"
NUMPY_VERSION: "1.19.1"
TF_VERSION: "2.5.0"
PYSPARK_VERSION: "3.0.0"
ARROW_PRE_0_15_IPC_FORMAT: 0
PY: "3.7"
- config: latest
PYARROW_VERSION: "6.0.1"
NUMPY_VERSION: "1.21.5"
TF_VERSION: "2.8.0"
PYSPARK_VERSION: "3.0.0"
PYARROW_VERSION: "9.0.0"
NUMPY_VERSION: "1.21.6"
TF_VERSION: "2.10.0"
PYSPARK_VERSION: "3.3.0"
ARROW_PRE_0_15_IPC_FORMAT: "0"
PY: "3.9"

Expand Down

0 comments on commit d723167

Please sign in to comment.