From a0876fc5ce85e534c8539dbe5601ecb32063c8d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 20:23:08 +0000 Subject: [PATCH] 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5b7c206e7..6d48218ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "executorlib==0.0.5", "h5io_browser==0.1.4", "h5py==3.12.1", - "numpy==1.26.4", + "numpy==2.1.3", "monty==2024.10.21", "pandas==2.2.3", "psutil==6.1.0",