From b53c8d035800b8468f9c8da1f73b539bc66f04b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 20:32:42 +0200 Subject: [PATCH] Bump numpy from 1.22 to 2.0.1 (#285) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump numpy from 1.22 to 2.1.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.22 to 2.1.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.22.0...v2.1.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * 🩹 Lower numpy version to 2.0.1 as required by pyglotaran Fixes: The conflict is caused by: The user requested numpy==2.1.0 matplotlib 3.9.2 depends on numpy>=1.23 pyglotaran 0.7.3 depends on numpy<2.1 and >=1.21.2 --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: s-weigand --- requirements_pinned.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_pinned.txt b/requirements_pinned.txt index 25d213d..8361eda 100644 --- a/requirements_pinned.txt +++ b/requirements_pinned.txt @@ -1,7 +1,7 @@ # Runtime dependencies cycler==0.12.1 -numpy==1.26.4 +numpy==2.0.1 matplotlib==3.9.2 pyglotaran==0.7.3 tabulate==0.9.0