From ff9daaebe50f130ee98e6e88a377e7287330c6eb Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Mon, 11 Nov 2024 10:43:32 +0800 Subject: [PATCH] CI: Install pandas 2.1 + pyarrow in the Python 3.11 job (#3605) Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com> --- .github/workflows/ci_tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index bcdd3d14304..fb002c0d145 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -85,9 +85,9 @@ jobs: - os: 'ubuntu-latest' python-version: '3.11' # Can't be 3.10 or 3.12. numpy-version: '1.24' - pandas-version: '' + pandas-version: '=2.1' xarray-version: '' - optional-packages: ' geopandas<1' + optional-packages: ' geopandas<1 pyarrow' timeout-minutes: 30 defaults: