From d32709d029cec4ed0b0e1ec8ae9916e935e4098b Mon Sep 17 00:00:00 2001 From: Yevgeni Litvin Date: Thu, 21 Apr 2022 06:53:31 +0300 Subject: [PATCH] Upgrade CI to use latest packages of tf,pyarrow,numpy in 'latest' CI configuration (#751) --- .github/workflows/unittest.yml | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index cd3ce1bf..3bac1a99 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - config: [pyspark-2.4, tf-1.15, pyarrow-3.0, pyarrow-4.0, latest, pyarrow-0.17.1, py39] + config: [pyspark-2.4, tf-1.15, pyarrow-3.0, pyarrow-4.0, latest] include: - config: pyspark-2.4 PYARROW_VERSION: "2.0.0" @@ -55,23 +55,9 @@ jobs: ARROW_PRE_0_15_IPC_FORMAT: 0 PY: "3.7" - config: latest - PYARROW_VERSION: "5.0.0" - NUMPY_VERSION: "1.20.1" - TF_VERSION: "2.5.0" - PYSPARK_VERSION: "3.0.0" - ARROW_PRE_0_15_IPC_FORMAT: "0" - PY: "3.7" - - config: pyarrow-0.17.1 - PYARROW_VERSION: "0.17.1" - 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: py39 - PYARROW_VERSION: "3.0.0" - NUMPY_VERSION: "1.20.1" - TF_VERSION: "2.5.0" + PYARROW_VERSION: "6.0.1" + NUMPY_VERSION: "1.21.5" + TF_VERSION: "2.8.0" PYSPARK_VERSION: "3.0.0" ARROW_PRE_0_15_IPC_FORMAT: "0" PY: "3.9"