From b966f73bfd257e43439c8aad615c3785e99fd1bd Mon Sep 17 00:00:00 2001 From: Daniel Huppmann Date: Tue, 22 Aug 2023 12:17:34 +0200 Subject: [PATCH] Bump minimum requirement of numpy to 1.22 --- .github/workflows/pytest-legacy.yml | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pytest-legacy.yml b/.github/workflows/pytest-legacy.yml index 8efa8a060..110754ee9 100644 --- a/.github/workflows/pytest-legacy.yml +++ b/.github/workflows/pytest-legacy.yml @@ -25,7 +25,7 @@ jobs: - name: Install specific out-dated version of dependencies # Update the package requirements when changing minimum dependency versions # Please also add a section "Dependency changes" to the release notes - run: pip install pandas==1.5.0 numpy==1.19.0 matplotlib==3.5.0 iam-units==2020.4.21 xlrd==2.0 pint==0.13 + run: pip install pandas==1.5.0 numpy==1.22.0 matplotlib==3.5.0 iam-units==2020.4.21 xlrd==2.0 pint==0.13 - name: Install other dependencies and package run: pip install .[tests,optional_plotting,optional_io_formats,tutorials] diff --git a/setup.cfg b/setup.cfg index e1bcbb7c0..c9dfe772c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ python_requires = >=3.10, <3.12 install_requires = iam-units >= 2020.4.21 ixmp4 >= 0.2.0 - numpy >= 1.19.0, < 1.24 + numpy >= 1.22.0, < 1.24 requests pyjwt httpx[http2]