Skip to content

Commit d723167

Browse files
author
Yevgeni Litvin
committed
Update CI to use latest versions of pyarrow and numpy. Drop pyarrow 4 test config.
Does not seem to be anything special in pyarrow 4, so dropped it.
1 parent 4e80f2b commit d723167

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

.github/workflows/unittest.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,11 @@ jobs:
4747
PYSPARK_VERSION: "3.0.0"
4848
ARROW_PRE_0_15_IPC_FORMAT: 0
4949
PY: "3.7"
50-
- config: pyarrow-4.0
51-
PYARROW_VERSION: "4.0.0"
52-
NUMPY_VERSION: "1.19.1"
53-
TF_VERSION: "2.5.0"
54-
PYSPARK_VERSION: "3.0.0"
55-
ARROW_PRE_0_15_IPC_FORMAT: 0
56-
PY: "3.7"
5750
- config: latest
58-
PYARROW_VERSION: "6.0.1"
59-
NUMPY_VERSION: "1.21.5"
60-
TF_VERSION: "2.8.0"
61-
PYSPARK_VERSION: "3.0.0"
51+
PYARROW_VERSION: "9.0.0"
52+
NUMPY_VERSION: "1.21.6"
53+
TF_VERSION: "2.10.0"
54+
PYSPARK_VERSION: "3.3.0"
6255
ARROW_PRE_0_15_IPC_FORMAT: "0"
6356
PY: "3.9"
6457

0 commit comments

Comments
 (0)