From 4ce4ce877411e4521f2e8c97321a424ae86c43ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 23:40:58 +0000 Subject: [PATCH] build: bump numpy from 1.26.4 to 2.1.3 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.1.3. - [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.26.4...v2.1.3) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9609bee..a537c7e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ mmcif==0.90.0 -numpy==1.26.4 +numpy==2.1.3 orjson==3.10.11 rnapolis==0.3.17