From 56bdeeec46eae8355e3e1fe0d05b1bf29dc83edb Mon Sep 17 00:00:00 2001 From: Fridolin Glatter Date: Tue, 5 Mar 2024 09:04:50 +0100 Subject: [PATCH] Bump minimum numpy version to fit pandas and ixmp4 --- .github/workflows/pytest-legacy.yml | 2 +- RELEASE_NOTES.md | 2 +- poetry.lock | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pytest-legacy.yml b/.github/workflows/pytest-legacy.yml index 2c1ca132e..7a367a17a 100644 --- a/.github/workflows/pytest-legacy.yml +++ b/.github/workflows/pytest-legacy.yml @@ -47,7 +47,7 @@ jobs: run: | poetry add iam-units@2020.4.21 poetry add matplotlib@3.6.0 - poetry add numpy@1.23.0 + poetry add numpy@1.23.2 poetry add pandas@2.1.2 poetry add pint@0.13 poetry add xlrd@2.0.1 --group optional_io_formats diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ab85438b7..1787fcc4e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,7 +2,7 @@ ## Dependency changes -Bumped minimum version of pandas to 2.1.2 to fit **ixmp4**'s requirement. +Bumped minimum version of pandas and numpy to fit **ixmp4**'s requirement. ## Individual updates diff --git a/poetry.lock b/poetry.lock index 547d9f06b..030bd1334 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4450,4 +4450,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.10, <3.13" -content-hash = "5f850125f421d497b576310492ddd22584e2ccc3ecfd225f41ac59877e68614c" +content-hash = "e186befb326b41beda98890f420992c2130e7df3e42f0d44ae3a3bc8731b9aea" diff --git a/pyproject.toml b/pyproject.toml index 40e988bd4..d2c367dae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ python = ">=3.10, <3.13" iam-units = ">=2020.4.21" ixmp4 = ">=0.7.1" matplotlib = ">=3.6.0" -numpy = ">=1.23.0" +numpy = ">=1.23.2" openpyxl = ">=3.1.2" pandas = ">=2.1.2" Pint = ">=0.13"