From ba5af79e9e7b0fc046445a7b1e0984d66ef21454 Mon Sep 17 00:00:00 2001 From: Wei Ji <23487320+weiji14@users.noreply.github.com> Date: Thu, 24 Jun 2021 14:08:30 +1200 Subject: [PATCH] NEP29: Test PyGMT on NumPy 1.21 (#1355) Bumps [numpy](https://github.com/numpy/numpy) from 1.20.3 to 1.21.0 released on 23 June 2021. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/v1.21.0/doc/changelog/1.21.0-changelog.rst) - [Commits](https://github.com/GenericMappingTools/pygmt/pull/numpy/numpy@v1.20.3...v1.21.0) This is in line with PyGMT's policy on NEP29 at https://www.pygmt.org/v0.4.0/maintenance.html#dependencies-policy, xref #1074. --- .github/workflows/ci_tests.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index cf0e85fcd51..5fb3a3230ed 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -44,14 +44,14 @@ jobs: # - os: ubuntu-latest # python-version: 3.7 # isDraft: true - # Pair Python 3.7 with NumPy 1.17 and Python 3.9 with NumPy 1.20 - # Only install optional packages on Python 3.9/NumPy 1.20 + # Pair Python 3.7 with NumPy 1.17 and Python 3.9 with NumPy 1.21 + # Only install optional packages on Python 3.9/NumPy 1.21 include: - python-version: 3.7 numpy-version: '1.17' optional-packages: '' - python-version: 3.9 - numpy-version: '1.20' + numpy-version: '1.21' optional-packages: 'geopandas' defaults: run: